Type Alias IndexSet
pub type IndexSet<V, S = RandomState> = IndexSet<V, S>;
Expand description
IndexSet
using the default hasher.
See IndexSet
for more information.
Aliased Type§
pub struct IndexSet<V, S = RandomState> { /* private fields */ }
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.