OutBuffer.write

void write(scope const(ubyte)[] bytes) pure nothrow @safe

Append data to the internal buffer.

void write(scope const(wchar)[] chars) pure nothrow @safe @trusted
No documentation available for this declaration.
void write(scope const(dchar)[] chars) pure nothrow @safe @trusted
No documentation available for this declaration.
void write(ubyte b) pure nothrow @safe
No documentation available for this declaration.
void write(byte b) pure nothrow @safe

ditto

void write(char c) pure nothrow @safe

ditto

void write(dchar c) pure nothrow @safe

ditto

void write(ushort w) pure nothrow @safe @trusted
No documentation available for this declaration.
void write(short s) pure nothrow @safe

ditto

void write(wchar c) pure nothrow @safe @trusted
No documentation available for this declaration.
void write(uint w) pure nothrow @safe @trusted
No documentation available for this declaration.
void write(int i) pure nothrow @safe

ditto

void write(ulong l) pure nothrow @safe @trusted
No documentation available for this declaration.
void write(long l) pure nothrow @safe

ditto

void write(float f) pure nothrow @safe @trusted
No documentation available for this declaration.
void write(double f) pure nothrow @safe @trusted
No documentation available for this declaration.
void write(real f) pure nothrow @safe @trusted
No documentation available for this declaration.
void write(scope const(char)[] s) pure nothrow @safe @trusted
No documentation available for this declaration.
void write(scope const OutBuffer buf) pure nothrow @safe
No documentation available for this declaration.