pub type HashSet<A> = GenericHashSet<A, RandomState, ArcK>;Expand description
Type alias for GenericHashSet that uses std::hash::RandomState as the default hasher and DefaultSharedPtr as the pointer type.
Aliased Type§
pub struct HashSet<A> { /* private fields */ }