Module imbl_sized_chunks::sparse_chunk
source · Expand description
A fixed capacity sparse array.
See SparseChunk
Structs§
- A draining iterator over the elements of a
SparseChunk
. - An iterator over references to the elements of a
SparseChunk
. - An iterator over mutable references to the elements of a
SparseChunk
. - A draining iterator over
Option
s of the elements of aSparseChunk
. - An iterator over
Option
s of references to the elements of aSparseChunk
. - An iterator over
Option
s of mutable references to the elements of aSparseChunk
. - A fixed capacity sparse array.