Type Definition rustc_hash::FxHashSetSeed
source · [−]pub type FxHashSetSeed<V> = HashSet<V, FxSeededState>;
Expand description
Type alias for a hashmap using the fx
hash algorithm with FxSeededState
.
pub type FxHashSetSeed<V> = HashSet<V, FxSeededState>;
Type alias for a hashmap using the fx
hash algorithm with FxSeededState
.