Expand description
A sparsely populated vector, written SparseVec<I, T>, where I is the index type and T is the value type.
I must implement SparseSetIndex, in particular, it must be able to be converted to a usize index.
Structsยง
- Sparse
Vec - A sparsely populated vector, written
SparseVec<I, T>, whereIis the index type andTis the value type.