IndexSet

Type Alias IndexSet 

Source
pub type IndexSet<T> = IndexSet<T, RandomState>;
Expand description

indexmap::IndexSet configured with a specific hasher

Aliased Typeยง

pub struct IndexSet<T> { /* private fields */ }