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