Type Alias FastHashSet

Source
pub type FastHashSet<ValueT> = HashSet<ValueT, RandomState>;
Expand description

Fast HashSet.

The implementation uses ahash::RandomState.

Aliased Typeยง

struct FastHashSet<ValueT> { /* private fields */ }