Skip to main content

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<T: Eq + Hash> LogosContains<T> for FxHashSet<T>

Source§

fn logos_contains(&self, value: &T) -> bool

Check if this collection contains the given value.