Type Definition 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.
pub type FxHashSet<V> = HashSet<V, FxBuildHasher>;
Type alias for a hash set that uses the Fx hashing algorithm.