OutBuffer.write
void write(scope const(ubyte)[] bytes) pure nothrow @safeAppend data to the internal buffer.
void write(scope const(wchar)[] chars) pure nothrow @safe @trustedNo documentation available for this declaration.
void write(scope const(dchar)[] chars) pure nothrow @safe @trustedNo documentation available for this declaration.
void write(ubyte b) pure nothrow @safeNo documentation available for this declaration.
void write(byte b) pure nothrow @safeditto
void write(char c) pure nothrow @safeditto
void write(dchar c) pure nothrow @safeditto
void write(ushort w) pure nothrow @safe @trustedNo documentation available for this declaration.
void write(short s) pure nothrow @safeditto
void write(wchar c) pure nothrow @safe @trustedNo documentation available for this declaration.
void write(uint w) pure nothrow @safe @trustedNo documentation available for this declaration.
void write(int i) pure nothrow @safeditto
void write(ulong l) pure nothrow @safe @trustedNo documentation available for this declaration.
void write(long l) pure nothrow @safeditto
void write(float f) pure nothrow @safe @trustedNo documentation available for this declaration.
void write(double f) pure nothrow @safe @trustedNo documentation available for this declaration.
void write(real f) pure nothrow @safe @trustedNo documentation available for this declaration.
void write(scope const(char)[] s) pure nothrow @safe @trustedNo documentation available for this declaration.
No documentation available for this declaration.