Type Alias FnvHashSet

type FnvHashSet = HashSet<T, FnvBuildHasher>

A HashSet using a default FNV hasher.