pub type GraphemeClusterBreakIteratorLatin1<'l, 's> = GraphemeClusterBreakIterator<'l, 's, RuleBreakTypeLatin1>;
Expand description

Grapheme cluster break iterator for a Latin-1 (8-bit) string.

For examples of use, see GraphemeClusterSegmenter.