FxHashSet

Type Alias 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§

pub struct FxHashSet<V> { /* private fields */ }

Trait Implementations§

Source§

impl<V> FxHashSetExt<V> for FxHashSet<V>

Source§

fn new() -> Self

Creates a new instance with the default FxBuildHasher.