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 */ }
pub type HashSet<T> = HashSet<T, RandomState>;
std::collections::HashSet
configured with a specific hasher
pub struct HashSet<T> { /* private fields */ }