pub type FastHashSet<ValueT> = HashSet<ValueT, RandomState>;
Available on crate feature
fast_collections
only.Expand description
Fast HashSet.
The implementation uses ahash::RandomState.
Aliased Typeยง
pub struct FastHashSet<ValueT> { /* private fields */ }