Type Alias wgpu_core::hash_utils::FastHashSet

source ·
pub type FastHashSet<K> = HashSet<K, BuildHasherDefault<FxHasher>>;
Expand description

HashSet using a fast, non-cryptographic hash algorithm.

Aliased Type§

struct FastHashSet<K> { /* private fields */ }