pub type Map<K, V> = IndexMap<K, V, FxBuildHasher>;Expand description
A type alias for a hash map with a fast hash function.
Aliased Typeยง
pub struct Map<K, V> { /* private fields */ }pub type Map<K, V> = IndexMap<K, V, FxBuildHasher>;A type alias for a hash map with a fast hash function.
pub struct Map<K, V> { /* private fields */ }