naga

Type Alias FastHashMap

Source
pub type FastHashMap<K, T> = FxHashMap<K, T>;
Expand description

Hash map that is faster but not resilient to DoS attacks.

Aliased Typeยง

struct FastHashMap<K, T> { /* private fields */ }