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

type FxIndexMap<K, V> = IndexMap<K, V, BuildHasherDefault<FxHasher>>;