Type Definition gfx_auxil::FastHashMap[][src]

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

Fast hash map used internally.