Type Definition rustc_hash::FxHashMap
source · [−]pub type FxHashMap<K, V> = HashMap<K, V, FxBuildHasher>;
Expand description
Type alias for a hash map that uses the Fx hashing algorithm.
pub type FxHashMap<K, V> = HashMap<K, V, FxBuildHasher>;
Type alias for a hash map that uses the Fx hashing algorithm.