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

type FxHashSet<V> = HashSet<V, BuildHasherDefault<FxHasher>>;
Expand description

Type alias for a hashmap using the fx hash algorithm.