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