Type Alias swc_allocator::collections::hash_map::DefaultHashBuilder

pub type DefaultHashBuilder = BuildHasherDefault<AHasher>;
Expand description

Default hasher for HashMap.

Aliased Typeยง

struct DefaultHashBuilder(/* private fields */);