pub type HashMap<K, V, S = CityHasher> = HashMap<K, V, S>;Expand description
A type alias for std::collections::HashMap that hashes its keys using
CityHasher.
Aliased Typeยง
pub struct HashMap<K, V, S = CityHasher> { /* private fields */ }pub type HashMap<K, V, S = CityHasher> = HashMap<K, V, S>;A type alias for std::collections::HashMap that hashes its keys using
CityHasher.
pub struct HashMap<K, V, S = CityHasher> { /* private fields */ }