pub type FastHashSet<T> = HashSet<T, FastHashState>;Expand description
A non-cryptographic hash set
Aliased Typeยง
pub struct FastHashSet<T> { /* private fields */ }pub type FastHashSet<T> = HashSet<T, FastHashState>;A non-cryptographic hash set
pub struct FastHashSet<T> { /* private fields */ }