Type Definition fnv::FnvHashSet [−][src]
pub type FnvHashSet<T> = HashSet<T, FnvBuildHasher>;Expand description
A HashSet using a default FNV hasher.
pub type FnvHashSet<T> = HashSet<T, FnvBuildHasher>;A HashSet using a default FNV hasher.