Expand description
Character Property Range types.
NOTE: At the moment, it is not possible to define a marker for all character property range
types and enforce their implementation from CharProperty
. We need to fix this whenever the
compiler becomes able to do to so.
Traitsยง
- Binary
Char Property - A Character Property with binary values.
- Custom
Char Property - A Character Property with custom values.
- Enumerated
Char Property - A Character Property with enumerated values.
- Numeric
Char Property - A Character Property with numeric values.
- Numeric
Char Property Value - Marker for numeric types accepted by
NumericCharProperty
.