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