Type Alias iced::widget::shader::wgpu::core::naga::FastIndexSet

pub type FastIndexSet<K> = IndexSet<K, BuildHasherDefault<FxHasher>>;
Available on crate feature wgpu 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 */ }