Module arrayvec

Source
Expand description

Array Vector Types

Eventually Blunders would like to use its own implementation for ArrayVec for experimental purposes but until they are stable arrayvec library is used.

Structs§

ArrayVec
A vector with a fixed capacity.

Functions§

append
Appends all items of other to the ArrayVec.
display
Returns a string with the displayed string format of an ArrayVec. This is a temporary work-around until internal ArrayVec is stable, as Display cannot be implemented on external types.