Module icu_capi::properties_iter::ffi
source ยท Structsยง
- An iterator over code point ranges, produced by
ICU4XCodePointSetData
or one of theICU4XCodePointMapData
types - Result of a single iteration of
CodePointRangeIterator
. Logically can be considered to be anOption<RangeInclusive<u32>>
,