Type Alias FastHashSet

Source
pub type FastHashSet<T> = HashSet<T>;

Aliased Typeยง

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