Module inline_array

Source
Expand description

A fixed capacity array sized to match some other type T.

See InlineArray

Structsยง

Drain
A draining iterator over the elements of an InlineArray.
InlineArray
A fixed capacity array sized to match some other type T.
Iter
A consuming iterator over the elements of an InlineArray.