[][src]Type Definition ucd_util::PropertyValueTable

type PropertyValueTable = &'static [(&'static str, PropertyValues)];

Type of a property value table.

A property value table maps property names to a mapping of property values, where the mapping of property values is represented by a sequence of tuples. The first element of each tuple is a normalized property value while the second element of each tuple is the corresponding canonical property value.

Note that a property value table only includes values for properties that are catalogs, enumerations or binary properties. Properties that have string values (such as case or decomposition mappings), numeric values or are miscellaneous are not represented in this table.