MovingBuffer.alloc

Allocates space for at least n new objects of type T to be written to the buffer.

struct MovingBuffer(Allocator = Mallocator)
T[]
alloc
(
T
)
(
size_t n
)

Meta