pub type FastIndexMap<K, V> = IndexMap<K, V, BuildHasherDefault<FxHasher>>;Expand description
IndexMap using a fast, non-cryptographic hash algorithm.
Aliased Typeยง
pub struct FastIndexMap<K, V> { /* private fields */ }pub type FastIndexMap<K, V> = IndexMap<K, V, BuildHasherDefault<FxHasher>>;IndexMap using a fast, non-cryptographic hash algorithm.
pub struct FastIndexMap<K, V> { /* private fields */ }