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

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