pub type FxHashSet<V> = HashSet<V, BuildHasherDefault<FxHasher>>;
Expand description

A HashSet using a default Fx hasher.

Aliased Type§

struct FxHashSet<V> { /* private fields */ }