pub type RcIndexVec<K, V> = IndexVec<'static, K, V, RcFamily>;
IndexVec specialized to the RcFamily.
IndexVec
RcFamily
pub struct RcIndexVec<K, V> { /* private fields */ }