pub type HashSet<V> = HashSet<V, FxBuildHasher>;
Type alias for a hash set that uses the Fx hashing algorithm.
struct HashSet<V> { /* private fields */ }