pub type FxHashMapSeed<K, V> = HashMap<K, V, FxSeededState>;
Expand description
Type alias for a hashmap using the fx
hash algorithm with FxSeededState
.
Aliased Typeยง
struct FxHashMapSeed<K, V> { /* private fields */ }
pub type FxHashMapSeed<K, V> = HashMap<K, V, FxSeededState>;
Type alias for a hashmap using the fx
hash algorithm with FxSeededState
.
struct FxHashMapSeed<K, V> { /* private fields */ }