icu_segmenter

Type Alias GraphemeClusterBreakIteratorUtf16

Source
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.

Aliased Typeยง

struct GraphemeClusterBreakIteratorUtf16<'l, 's>(/* private fields */);