pub type FxHashSet<V> = HashSet<V, BuildHasherDefault<FxHasher>>;
Expand description
Type alias for a hashmap using the fx
hash algorithm.
Aliased Typeยง
pub struct FxHashSet<V> { /* private fields */ }
pub type FxHashSet<V> = HashSet<V, BuildHasherDefault<FxHasher>>;
Type alias for a hashmap using the fx
hash algorithm.
pub struct FxHashSet<V> { /* private fields */ }