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