pub type HashSet<V, S = DefaultHashBuilder> = HashSet<V, S>;
Expand description
A HashSet
using the default hasher.
See HashSet
for more information.
Aliased Typeยง
struct HashSet<V, S = DefaultHashBuilder> { /* private fields */ }
pub type HashSet<V, S = DefaultHashBuilder> = HashSet<V, S>;
A HashSet
using the default hasher.
See HashSet
for more information.
struct HashSet<V, S = DefaultHashBuilder> { /* private fields */ }