Type Alias FxIndexMap

Source
pub type FxIndexMap<K, V> = IndexMap<K, V, FxBuildHasher>;
Expand description

An IndexMap using FxHasher as its hasher.

Aliased Typeยง

struct FxIndexMap<K, V> { /* private fields */ }