Expand description
Contains definitions for variables and constant values.
Structs§
- Float
Value - This is simlar to the Scalar value above. However, instead of storing the float value itself, we store its String representation. This allows to derive the Eq and Ord traits, which are not implemented for floats
- LocalId
Enums§
- Literal
- A primitive value.
- Scalar
Value - A scalar value.