Type Alias fnv::FnvHashSet
source · pub type FnvHashSet<T> = HashSet<T, FnvBuildHasher>;Expand description
A HashSet using a default FNV hasher.
Aliased Type§
struct FnvHashSet<T> { /* private fields */ }pub type FnvHashSet<T> = HashSet<T, FnvBuildHasher>;A HashSet using a default FNV hasher.
struct FnvHashSet<T> { /* private fields */ }