pub type IndexMap<K, V> = IndexMap<K, V, BuildHasherDefault<AHasher>>;Expand description
Alias for the IndexMap with a hash builder of type BuildHasherDefault<AHasher>
Aliased Typeยง
pub struct IndexMap<K, V> { /* private fields */ }pub type IndexMap<K, V> = IndexMap<K, V, BuildHasherDefault<AHasher>>;Alias for the IndexMap with a hash builder of type BuildHasherDefault<AHasher>
pub struct IndexMap<K, V> { /* private fields */ }