pub type FxHashSet<V> = HashSet<V, FxBuildHasher>;
A HashSet using a default Fx hasher.
HashSet
struct FxHashSet<V> { /* private fields */ }