[][src]Type Definition gfx_auxil::FastHashMap

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

Fast hash map used internally.