Trait TotalCharProperty
trait TotalCharProperty: PartialCharProperty + Default
A Character Property defined on all characters.
Examples: Age, Name, General_Category, Bidi_Class
Required Methods
fn of(ch: char) -> SelfThe property value for the character.