Module vector_config::indexmap
source · Modules§
IndexMap
is a hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.- A hash set implemented using
IndexMap
Macros§
Structs§
- A hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.
- A hash set where the iteration order of the values is independent of their hash values.
- The error type for
try_reserve
methods.
Traits§
- Key equivalence trait.