pub type AHashMap<K, V> = HashMap<K, V, RandomState>;Expand description
A HashMap using ahash::RandomState as the hasher.
Aliased Typeยง
pub struct AHashMap<K, V> { /* private fields */ }pub type AHashMap<K, V> = HashMap<K, V, RandomState>;A HashMap using ahash::RandomState as the hasher.
pub struct AHashMap<K, V> { /* private fields */ }