Skip to main content

FastHashSet

Type Alias FastHashSet 

Source
pub type FastHashSet<T> = FxHashSet<T>;
Expand description

Type alias for fast HashSet (uses FxHash)

Aliased Typeยง

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