Type Alias HashSet
pub type HashSet<T> = HashSet<T, RandomState>;
Type alias for [std::collections::HashSet<T, foldhash::fast::RandomState>].
HashSetpub type HashSet<T> = HashSet<T, RandomState>;
Type alias for [std::collections::HashSet<T, foldhash::fast::RandomState>].