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

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