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

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