[−][src]Type Definition ucd_util::PropertyTable
type PropertyTable = &'static [(&'static str, &'static str)];
The type of a property name table.
A property name table is a sequence of sorted tuples, where the first value in each tuple is a normalized property name and the second value of each tuple is the corresponding canonical property name.