pub type AtomicSharedVector<T, A = Global> = RefCountedVector<T, AtomicRefCount, A>;Expand description
A heap allocated, atomically reference counted, immutable contiguous buffer containing elements of type T.
See RefCountedVector.
Aliased Type§
pub struct AtomicSharedVector<T, A = Global> { /* private fields */ }