Skip to main content

HashSet

Type Alias HashSet 

Source
pub type HashSet<V> = HashSet<V, BuildHasherDefault<FxHasher>>;
Expand description

Type alias for a hashmap using the fx hash algorithm.

Aliased Typeยง

pub struct HashSet<V> { /* private fields */ }