FastAppender.putEx

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
putEx
(
U...
)
()
if (
CanPutAll!U
)

Meta