Module range_types

Source
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ยง

BinaryCharProperty
A Character Property with binary values.
CustomCharProperty
A Character Property with custom values.
EnumeratedCharProperty
A Character Property with enumerated values.
NumericCharProperty
A Character Property with numeric values.
NumericCharPropertyValue
Marker for numeric types accepted by NumericCharProperty.