Type Alias FastHashSet

Source
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 */ }