Type Definition style::hash::FnvHashSet
[−]
[src]
type FnvHashSet<T> = HashSet<T, FnvBuildHasher>;
Hash set that uses the FNV hasher
type FnvHashSet<T> = HashSet<T, FnvBuildHasher>;
Hash set that uses the FNV hasher