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

pub type FastHashSet<K> = HashSet<K, BuildHasherDefault<FxHasher>>;
Available on crate feature wgpu only.
Expand description

Hash set that is faster but not resilient to DoS attacks.

Aliased Type§

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