Type Definition rustc_hash::FxHashMapSeed
source · [−]pub type FxHashMapSeed<K, V> = HashMap<K, V, FxSeededState>;
Expand description
Type alias for a hashmap using the fx
hash algorithm with FxSeededState
.
pub type FxHashMapSeed<K, V> = HashMap<K, V, FxSeededState>;
Type alias for a hashmap using the fx
hash algorithm with FxSeededState
.