StaticcreateCreate a map for the Script property, using compiled data.
See the Rust documentation for Script for more information.
StaticcreateCreate a map for the Script property, using a particular data source.
See the Rust documentation for Script for more information.
Gets the value for a code point.
See the Rust documentation for get for more information.
Gets a CodePointSetData representing all entries in this map that map to the given value
See the Rust documentation for get_set_for_value for more information.
Produces an iterator over ranges of code points that map to value
See the Rust documentation for iter_ranges_for_value for more information.
Produces an iterator over ranges of code points that do not map to value
See the Rust documentation for iter_ranges_for_value_complemented for more information.
An ICU4X Unicode Map Property object, capable of querying whether a code point (key) to obtain the Unicode property value, for a specific Unicode property.
For properties whose values fit into 16 bits.
See the Rust documentation for
propertiesfor more information.See the Rust documentation for
CodePointMapDatafor more information.See the Rust documentation for
CodePointMapDataBorrowedfor more information.