Type Definition gfx_auxil::FastHashMap[][src]

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

Fast hash map used internally.