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