[][src]Type Definition granite::SparseVec

type SparseVec<T> = SparseStorage<T, Vec<Slot<T>>>;
This is supported on crate feature alloc only.

A Vec wrapped in SparseStorage.