pub type FxHashSet<K> = HashSet<K, BuildHasherDefault<FxHasher>>;Expand description
HashSet with FxHasher for fast lookups.
Aliased Typeยง
pub struct FxHashSet<K> { /* private fields */ }pub type FxHashSet<K> = HashSet<K, BuildHasherDefault<FxHasher>>;HashSet with FxHasher for fast lookups.
pub struct FxHashSet<K> { /* private fields */ }