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