pub type GraphemeClusterBreakIteratorUtf16<'l, 's> = GraphemeClusterBreakIterator<'l, 's, RuleBreakTypeUtf16>;
Expand description

Grapheme cluster break iterator for a UTF-16 string.

For examples of use, see GraphemeClusterSegmenter.