Module imbl_sized_chunks::sized_chunk
source · Expand description
A fixed capacity smart array.
See Chunk
Structs§
- A fixed capacity smart array.
- A draining iterator over the elements of a
Chunk
. - A consuming iterator over the elements of a
Chunk
.