OutBuffer.allocate

Allocate space, but leave it uninitialized.

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

Parameters

nbytes
Type: size_t

amount to allocate

Return Value

Type: char[]

slice of the allocated space to be filled in

Meta