pub type HashSet<V> = HashSet<V, RandomState>;Expand description
A hash set using ntex’s fast, randomly seeded hash state.
Aliased Type§
pub struct HashSet<V> { /* private fields */ }pub type HashSet<V> = HashSet<V, RandomState>;A hash set using ntex’s fast, randomly seeded hash state.
pub struct HashSet<V> { /* private fields */ }