OutBuffer.allocate

Allocate space, but leave it uninitialized.

struct OutBuffer
extern (D) nothrow pure nothrow @safe
char[]
allocate
(
size_t nbytes
)

Parameters

nbytes size_t

amount to allocate

Return Value

Type: char[]

slice of the allocated space to be filled in

Meta