pub type GenIndexSparseSet<T, I = IndexF64> = GenIndexMap<T, I, SparseSet<(I, T), <I as GenIndex>::Index>>;Expand description
A GenIndexMap backed by a SparseSet
Aliased Typeยง
pub struct GenIndexSparseSet<T, I = IndexF64> { /* private fields */ }