Type Alias FxHashSet

type FxHashSet = HashSet<V, FxBuildHasher>

Type alias for a hash set that uses the Fx hashing algorithm.