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 */ }pub type Set<V> = HashSet<V, BuildHasherDefault<FxHasher>>;A HashSet using a default Fx hasher.
pub struct Set<V> { /* private fields */ }