pub type HashSet<A> = GenericHashSet<A, RandomState, DefaultSharedPtr>;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 */ }