pub type HashMap<K, V> = HashMap<K, V, RandomState>;
Expand description
std::collections::HashMap
configured with a specific hasher
Aliased Typeยง
pub struct HashMap<K, V> { /* private fields */ }
pub type HashMap<K, V> = HashMap<K, V, RandomState>;
std::collections::HashMap
configured with a specific hasher
pub struct HashMap<K, V> { /* private fields */ }