FastAppender.allocate

Allocate a number of bytes, without initializing them, and return the slice to be filled in. The slice reference is temporary, and valid until the next allocation.

struct FastAppender(I, Allocator = GCAllocator)
@system
T[]
allocate
(
size_t len
)

Meta