Trait NumericCharProperty
trait NumericCharProperty<NumericValue: NumericCharPropertyValue>: CharProperty
A Character Property with numeric values.
Examples: Numeric_Value, Canonical_Combining_Class
Required Methods
fn number(self: &Self) -> NumericValueThe numeric value for the property value.