Type Alias swc_allocator::collections::FxBuildHasher

source ·
pub type FxBuildHasher = BuildHasherDefault<FxHasher>;
Expand description

Used for FxHashMap and FxHashSet.

Aliased Type§

struct FxBuildHasher(/* private fields */);