Structs§
- Occupied
Entry - A view into an occupied entry in a
SeqMap
. - SeqMap
- A deterministic map that preserves insertion order.
- Vacant
Entry - A view into a vacant entry in a
SeqMap
.
Enums§
- Entry
- An entry into a
SeqMap
which may be either vacant or occupied. - SeqMap
Error - Errors that can occur when manipulating a
SeqMap
.