Type Alias rustc_hash::FxHashSet
source · pub type FxHashSet<V> = HashSet<V, FxBuildHasher>;Expand description
Type alias for a hash set that uses the Fx hashing algorithm.
Aliased Type§
struct FxHashSet<V> { /* private fields */ }pub type FxHashSet<V> = HashSet<V, FxBuildHasher>;Type alias for a hash set that uses the Fx hashing algorithm.
struct FxHashSet<V> { /* private fields */ }