Type Definition rustc_hash::FxHashMap[−][src]

type FxHashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;

Type alias for a hashmap using the fx hash algorithm.