RefIndexVec

Type Alias RefIndexVec 

Source
pub type RefIndexVec<'a, K, V> = IndexVec<'a, K, V, RefFamily<'a>>;
Expand description

IndexVec specialized to the RefFamily.

Aliased Typeยง

pub struct RefIndexVec<'a, K, V> { /* private fields */ }