Expand description
Constant value definitions.
Structs§
- An operation returning a constant value.
- A constant value stored as a serialized blob that can report its own type.
- An opaque newtype around a
Box<dyn CustomConst>
. - A Sum variant, with a tag indicating the index of the variant and its value.
Enums§
- Errors that arise from typechecking constants
- Struct for custom type check fails.
- A value that can be stored as a static constant. Representing core types and extension types.
Traits§
- Extensible constant values.
Functions§
- Const equality for types that have PartialEq
- Given a list of two constant operations, return the values.
- Given a singleton list of constant operations, return the value.
Type Aliases§
- A unique identifier for a constant value.
- Slice of a
ValueName
constant value identifier.