pub type HashMap<K, V> = GenericHashMap<K, V, RandomState, DefaultSharedPtr>;Expand description
Type alias for GenericHashMap that uses std::hash::RandomState as the default hasher and DefaultSharedPtr as the pointer type.
Aliased Typeยง
pub struct HashMap<K, V> { /* private fields */ }