pub type FxHashSet<T> = HashSet<T, BuildHasherDefault<FxHasher>>;Expand description
A hash set using FxHasher for fast hashing.
Aliased Type§
pub struct FxHashSet<T> { /* private fields */ }pub type FxHashSet<T> = HashSet<T, BuildHasherDefault<FxHasher>>;A hash set using FxHasher for fast hashing.
pub struct FxHashSet<T> { /* private fields */ }