[][src]Type Definition rustc_ap_rustc_data_structures::fx::FxHashMap

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

Type alias for a hashmap using the fx hash algorithm.