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