Type Definition shared_vector::AtomicSharedVector
source · 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.