Module miden_objects::utils::collections
source · Modules§
- An ordered map based on a B-Tree.
- An ordered set based on a B-Tree.
- A contiguous growable array type with heap-allocated contents, written
Vec<T>.
Structs§
- An ordered map based on a B-Tree.
- An ordered set based on a B-Tree.
- A RecordingMap that records read requests to the underlying key-value map.
- A contiguous growable array type, written as
Vec<T>, short for ‘vector’.
Traits§
- A trait that defines the interface for a key-value map.