Type Alias icu_segmenter::grapheme::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>(RuleBreakIterator<'l, 's, RuleBreakTypeUtf16>);
Fields§
§0: RuleBreakIterator<'l, 's, RuleBreakTypeUtf16>