Skip to main content

FxHashSet

Type Alias FxHashSet 

Source
pub type FxHashSet<K> = HashSet<K, BuildHasherDefault<FxHasher>>;
Expand description

HashSet with FxHasher for fast lookups.

Aliased Typeยง

pub struct FxHashSet<K> { /* private fields */ }