pub type FastHashSet<T> = HashSet<T, FastBuildHasher>;Expand description
A hash set based on the standard library’s (HashSet) using FastHasher.
Aliased Type§
pub struct FastHashSet<T> { /* private fields */ }pub type FastHashSet<T> = HashSet<T, FastBuildHasher>;A hash set based on the standard library’s (HashSet) using FastHasher.
pub struct FastHashSet<T> { /* private fields */ }