Type Alias rerun::external::eframe::egui_wgpu::wgpu::core::naga::FastHashSet

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

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

Aliased Type§

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