pub type FxHashSet<V> = HashSet<V, FxBuildHasher>;
A HashSet using FxHasher as its hasher.
HashSet
FxHasher
struct FxHashSet<V> { /* private fields */ }