pub type FastHashSet<K> = HashSet<K, BuildHasherDefault<FxHasher>>;
Expand description
HashSet using a fast, non-cryptographic hash algorithm.
Aliased Typeยง
pub struct FastHashSet<K> { /* private fields */ }
pub type FastHashSet<K> = HashSet<K, BuildHasherDefault<FxHasher>>;
HashSet using a fast, non-cryptographic hash algorithm.
pub struct FastHashSet<K> { /* private fields */ }