Type Definition rustc_data_structures::stable_map::FxHashMap [−][src]
pub type FxHashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;
Expand description
Type alias for a hashmap using the fx
hash algorithm.