FastHashSet

Type Alias FastHashSet 

Source
pub type FastHashSet<T> = HashSet<T, FastBuildHasher>;
Expand description

A hash set based on the standard library’s (HashSet) using FastHasher.

Aliased Type§

pub struct FastHashSet<T> { /* private fields */ }