Expand description
A fixed capacity sparse array.
See SparseChunk
Structsยง
- Drain
- A draining iterator over the elements of a
SparseChunk. - Iter
- An iterator over references to the elements of a
SparseChunk. - IterMut
- An iterator over mutable references to the elements of a
SparseChunk. - Option
Drain - A draining iterator over
Options of the elements of aSparseChunk. - Option
Iter - An iterator over
Options of references to the elements of aSparseChunk. - Option
Iter Mut - An iterator over
Options of mutable references to the elements of aSparseChunk. - Sparse
Chunk - A fixed capacity sparse array.