Type Definition shared_vector::SharedVector

source ·
pub type SharedVector<T> = RefCountedVector<T, DefaultRefCount>;