OutBuffer.reserve

Reserves nbytes bytes of additional memory (or file space) in advance. The resulting capacity is at least the previous length plus nbytes.

struct OutBuffer
extern (C++) nothrow pure nothrow @trusted
void
reserve
(
size_t nbytes
)

Parameters

nbytes size_t

the number of additional bytes to reserve

Meta