[][src]Type Definition ucd_util::PropertyValues

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

A mapping of property values for a specific property.

The first element of each tuple is a normalized property value while the second element of each tuple is the corresponding canonical property value.