Type Alias HashSet

type HashSet = std::collections::HashSet<K, crate::RandomState>

Type alias for [HashSet]<K, ahash::RandomState>