swc_allocator::collections

Type Alias FxHashSet

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

Faster HashSet which uses FxHasher.

Aliased Typeยง

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