naga

Type Alias 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 */ }