OutBuffer.fill0

Append nbytes of 0 to the internal buffer. Param: nbytes - number of bytes to fill.

class OutBuffer
pure nothrow @safe
void
fill0
(
size_t nbytes
)

Meta