pub type HashSet<K> = HashSet<K, RandomState>;
Type alias for HashSet<K, ahash::RandomState>
struct HashSet<K> { /* private fields */ }