Module hash_map

Module hash_map 

Source
Expand description

HashMap type aliases and re-exports.

Type Aliasesยง

DefaultHashBuilder
The default hash builder for HashMap.
Entry
Entry type for HashMap.
HashMap
HashMap type alias using the default hash builder.
HashTable
HashTable type alias.
HashTableEntry
Entry type for HashTable.
IntoIter
IntoIter type for HashMap.
RandomState
Random state for HashMap (alias for DefaultHashBuilder).