Skip to main content

FxHashSet

Type Alias FxHashSet 

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

A HashSet using FxHasher.

See FxHashMap for more information.

Aliased Typeยง

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