Type Alias HashSet

pub type HashSet<T> = HashSet<T, RandomState>;

Type alias for [std::collections::HashSet<T, foldhash::fast::RandomState>].