Module imbl_sized_chunks::inline_array
source · Expand description
A fixed capacity array sized to match some other type T
.
See InlineArray
Structs§
- A draining iterator over the elements of an
InlineArray
. - A fixed capacity array sized to match some other type
T
. - A consuming iterator over the elements of an
InlineArray
.