pub type FastHashSet<K> = HashSet<K, BuildHasherDefault<FxHasher>>;
Aliased Typeยง
pub struct FastHashSet<K> { /* private fields */ }
pub type FastHashSet<K> = HashSet<K, BuildHasherDefault<FxHasher>>;
pub struct FastHashSet<K> { /* private fields */ }