Skip to main content

Set

Type Alias Set 

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

A HashSet using a default Fx hasher.

Aliased Typeยง

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