RcIndexVec

Type Alias RcIndexVec 

Source
pub type RcIndexVec<K, V> = IndexVec<'static, K, V, RcFamily>;
Expand description

IndexVec specialized to the RcFamily.

Aliased Typeยง

pub struct RcIndexVec<K, V> { /* private fields */ }