MovingBuffer.commit

Adds first n objects of type T stored in the slice previously obtained using alloc. Does not touch the remaining part of that slice.

struct MovingBuffer(Allocator = Mallocator)
void
commit
(
T
)
(
size_t n
)

Meta