Expand description
Provides an easy interface to preserve the insertion order of your HashMap
.
Modules§
Structs§
- Indexed
Linked Hash Map - Stores number of keys, keys in order, and values.
- Indexed
Linked Hash MapValue - Stores an index for quick key lookup and the value.