Expand description
A module defining types of values of state variables.
Traits§
- From
Numeric - Trait for converting from numeric values.
- Numeric
- Numeric value.
- ToNumeric
- Trait for converting to numeric values.
- ToVariable
String - Trait for string representation of variables, since the ToString trait for Set outputs binary bits, which is hard to read, ToVariableString overrides it with readable string representations.
Type Aliases§
- Continuous
- Continuous numeric value.
- Element
- Element value.
- Integer
- Integer numeric value.
- Ordered
Continuous - Continuous numeric value with a total order.
- Set
- Set value.
- Vector
- Vector value.