Type Alias swc_allocator::collections::FxHashSet

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

Faster HashSet which uses FxHasher.

Aliased Type§

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