pub type FastSet<T> = HashSet<T, BuildFxHasher>;
Type alias for HashSet using FxHasher.
HashSet
FxHasher
struct FastSet<T> { /* private fields */ }