Skip to main content

FxHashSet

Type Alias FxHashSet 

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

A HashSet using fast hashing.

Aliased Typeยง

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