[][src]Type Definition fast_rustc_ap_rustc_data_structures::stable_set::FxHashSet

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

Type alias for a hashmap using the fx hash algorithm.