[][src]Type Definition hashmap_core::fnv::FnvHashSet

type FnvHashSet<T> = HashSet<T, FnvBuildHasher>;

A HashSet using a default FNV hasher.