Structsยง
- Code
Point Range Iterator - An iterator over code point ranges, produced by
ICU4XCodePointSetData
or one of theICU4XCodePointMapData
types - Code
Point Range Iterator Result - Result of a single iteration of
CodePointRangeIterator
. Logically can be considered to be anOption<RangeInclusive<u32>>
,