Skip to main content

HashSet

Type Alias HashSet 

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

Type alias for a hash set that uses the Fx hashing algorithm.

Aliased Typeยง

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