HashSet

Type Alias HashSet 

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

Aliased Typeยง

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