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