pub type FxHashSetSeed<V> = HashSet<V, FxSeededState>;
Expand description

Type alias for a hashmap using the fx hash algorithm with FxSeededState.