[][src]Type Definition naga::FastHashMap

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