Type Definition FnvHashSet
fnv
type FnvHashSet<T> = HashSet<T, FnvBuildHasher>;
A HashSet using a default FNV hasher.
HashSet