Module icu_capi::properties_iter::ffi
source · Structs§
- An iterator over code point ranges, produced by
CodePointSetData
or one of theCodePointMapData
types - Result of a single iteration of
CodePointRangeIterator
. Logically can be considered to be anOption<RangeInclusive<DiplomatChar>>
,