pub type SparseArcIndexMap<'a, K, V> = SparseIndexMap<'a, K, V, ArcFamily>;Expand description
SparseIndexMap specialized to the ArcFamily.
Aliased Typeยง
struct SparseArcIndexMap<'a, K, V> { /* private fields */ }pub type SparseArcIndexMap<'a, K, V> = SparseIndexMap<'a, K, V, ArcFamily>;SparseIndexMap specialized to the ArcFamily.
struct SparseArcIndexMap<'a, K, V> { /* private fields */ }