Crate indexedlinkedhashmap

Source
Expand description

Provides an easy interface to preserve the insertion order of your HashMap.

Modules§

traits

Structs§

IndexedLinkedHashMap
Stores number of keys, keys in order, and values.
IndexedLinkedHashMapValue
Stores an index for quick key lookup and the value.