pub type ArcVec<T> = Vec<AtomicUsize, T>;Expand description
Type alias for an atomically reference-counted Vec using AtomicUsize as the counter.
Aliased Typeยง
pub struct ArcVec<T> { /* private fields */ }pub type ArcVec<T> = Vec<AtomicUsize, T>;Type alias for an atomically reference-counted Vec using AtomicUsize as the counter.
pub struct ArcVec<T> { /* private fields */ }