Skip to main content

FxHashSet

Type Alias FxHashSet 

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

Aliased Type§

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