Expand description
A vector that supports efficient deletion without reordering all subsequent items.
Structsยง
- Sparse
Vec - A vector that supports efficient deletion without reordering all subsequent items.
- Sparse
VecIter - An iterator for
SparseVec.
A vector that supports efficient deletion without reordering all subsequent items.
SparseVec.