Type Alias FastHashMap

Source
pub type FastHashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;
Expand description

Fast hash map used internally.

Aliased Typeยง

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