Type Alias naga::FastHashSet
source · pub type FastHashSet<K> = FxHashSet<K>;
Expand description
Hash set that is faster but not resilient to DoS attacks.
Aliased Type§
struct FastHashSet<K> { /* private fields */ }
pub type FastHashSet<K> = FxHashSet<K>;
Hash set that is faster but not resilient to DoS attacks.
struct FastHashSet<K> { /* private fields */ }