Type Alias icu::segmenter::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 */);