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