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) -> NumericValue

The numeric value for the property value.