ixa

Type Alias HashSet

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

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

Aliased Type§

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

Trait Implementations§

Source§

impl<T> HashSetExt for HashSet<T>

Source§

fn new() -> Self