pub type FastHashSet<K> = HashSet<K, RandomState>;
pub struct FastHashSet<K> { /* private fields */ }