ArcVec

Type Alias ArcVec 

Source
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 */ }