Type Alias swc_allocator::collections::FxHashMap

source ·
pub type FxHashMap<K, V> = HashMap<K, V, FxBuildHasher>;
Expand description

Faster HashMap which uses FxHasher.

Aliased Type§

struct FxHashMap<K, V> { /* private fields */ }