IndexSet

Type Alias IndexSet 

pub type IndexSet<V, S = DefaultHashBuilder> = IndexSet<V, S>;
Expand description

IndexSet using the default hasher.

See IndexSet for more information.

Aliased Typeยง

pub struct IndexSet<V, S = DefaultHashBuilder> { /* private fields */ }