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§
pub struct GraphemeClusterBreakIteratorUtf16<'l, 's>(RuleBreakIterator<'l, 's, RuleBreakTypeUtf16>);Tuple Fields§
§0: RuleBreakIterator<'l, 's, RuleBreakTypeUtf16>