pub type FxHashSet<T> = HashSet<T, BuildHasherDefault<FxHasher>>;
A HashSet using FxHasher.
HashSet
FxHasher
See FxHashMap for more information.
FxHashMap
pub struct FxHashSet<T> { /* private fields */ }