pub(crate) type DftHashSet<V> = FxHashSet<V>;
A fast hash set with no hash DoS protection. This is a simple alias, but added for consistency with DftHashMap.
DftHashMap
struct DftHashSet<V> { /* private fields */ }