RcVec

Type Alias RcVec 

Source
pub type RcVec<T> = Vec<Cell<usize>, T>;
Expand description

Type alias for a reference-counted Vec using Cell<usize> as the counter.

Aliased Typeยง

pub struct RcVec<T> { /* private fields */ }