swc_allocator::collections

Type Alias 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 */ }