Structs§
- Owned Array Container.
- Owned bit-vector value. Note: Ord does not necessarily order by value.
- Index of a bit-vector value in a shared value store.
- Bit-vector value that does not own its storage.
- Ensures that each bit vector value gets a unique index. And each combination of value and width will get a unique BitVecValueIndex
Enums§
- Wraps either an array or a bit vector value.
Traits§
- Operations implemented by mutable array values with a dense representation.
- Operations implemented by read-only array values with a dense representation.
- Operations over mutable bit-vector values.
- Operations over immutable bit-vector values.
- Implemented by value stores to convert indices into mutable value references.
- Implemented by a value stores to convert indices into value references.
Functions§
Type Aliases§
- This type restricts the maximum width that a bit-vector type is allowed to have.
- Word size for values.