pub type IndexSet<K, S = RandomState> = IndexSet<K, S>;

Aliased Type§

struct IndexSet<K, S = RandomState> {
    pub(crate) map: IndexMap<K, (), S>,
}

Fields§

§map: IndexMap<K, (), S>