Type Alias wgpu_core::hash_utils::FastIndexMap
source · pub type FastIndexMap<K, V> = IndexMap<K, V, BuildHasherDefault<FxHasher>>;
Expand description
IndexMap using a fast, non-cryptographic hash algorithm.
Aliased Type§
struct FastIndexMap<K, V> { /* private fields */ }