Type Definition FxHashSet
fxhash
type FxHashSet<V> = HashSet<V, FxBuildHasher>;
A HashSet using a default Fx hasher.
HashSet