HashSet

Type Alias HashSet 

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

std::collections::HashSet configured with a specific hasher

Aliased Typeยง

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