Skip to main content

HashSet

Type Alias HashSet 

Source
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 */ }