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