ucd_util

Type Alias PropertyTable

source
pub type PropertyTable = &'static [(&'static str, &'static str)];
Expand description

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.