pub type FxHashSet<T> = HashSet<T, FxBuildHasher>;
A HashSet using FxHasher instead of SipHash.
HashSet
FxHasher
pub struct FxHashSet<T> { /* private fields */ }