difft::hash

Type Alias DftHashSet

Source
pub(crate) type DftHashSet<V> = FxHashSet<V>;
Expand description

A fast hash set with no hash DoS protection. This is a simple alias, but added for consistency with DftHashMap.

Aliased Typeยง

struct DftHashSet<V> { /* private fields */ }