FastAppender.put

Put elements. Accepts any number of items (and will allocate at most once per call). Items can be of the element type (I), or arrays.

struct FastAppender(I, Allocator = GCAllocator)
void
put
(
U...
)
()

Meta