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