Type Alias wgpu::naga::FastIndexSet

source ·
pub type FastIndexSet<K> = IndexSet<K, BuildHasherDefault<FxHasher>>;
Available on wgpu_core or naga only.
Expand description

Insertion-order-preserving hash set (IndexSet<K>), but with the same hasher as FastHashSet<K> (faster but not resilient to DoS attacks).

Aliased Type§

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