Type Definition naga::FastHashMap[][src]

type FastHashMap<K, T> = HashMap<K, T, BuildHasherDefault<FxHasher>>;
Expand description

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