HashMap

Type Alias HashMap 

Source
pub type HashMap<K, V> = GenericHashMap<K, V, RandomState, ArcK>;
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 */ }