pub type FastIndexMap<K, V> = IndexMap<K, V, FastBuildHasher>;Expand description
A hash map with stable insertion order based on indexmap (IndexMap) using FastHasher.
Aliased Typeยง
pub struct FastIndexMap<K, V> { /* private fields */ }pub type FastIndexMap<K, V> = IndexMap<K, V, FastBuildHasher>;A hash map with stable insertion order based on indexmap (IndexMap) using FastHasher.
pub struct FastIndexMap<K, V> { /* private fields */ }