Type Alias regex_syntax::unicode::PropertyValues

source ยท
type PropertyValues = &'static [(&'static str, &'static str)];
Expand description

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.