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