pub type HashMap<K, V> = HashMap<K, V, RandomState>;
Expand description
Type alias for std::collections::HashMap<K, V, foldhash::fast::RandomState>
.
Aliased Typeยง
struct HashMap<K, V> { /* private fields */ }
pub type HashMap<K, V> = HashMap<K, V, RandomState>;
Type alias for std::collections::HashMap<K, V, foldhash::fast::RandomState>
.
struct HashMap<K, V> { /* private fields */ }