Type Alias FastIndexMap

Source
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 */ }