pub type FxHashSetSeed<V> = HashSet<V, FxSeededState>;
Expand description
Type alias for a hashmap using the fx
hash algorithm with FxSeededState
.
Aliased Typeยง
struct FxHashSetSeed<V> { /* private fields */ }
pub type FxHashSetSeed<V> = HashSet<V, FxSeededState>;
Type alias for a hashmap using the fx
hash algorithm with FxSeededState
.
struct FxHashSetSeed<V> { /* private fields */ }