pub type FxIndexMap<K, V> = IndexMap<K, V, BuildHasherDefault<FxHasher>>;Expand description
An insertion-ordered hash map.
Aliased Typeยง
pub struct FxIndexMap<K, V> { /* private fields */ }pub type FxIndexMap<K, V> = IndexMap<K, V, BuildHasherDefault<FxHasher>>;An insertion-ordered hash map.
pub struct FxIndexMap<K, V> { /* private fields */ }