OutBuffer.write

void write(scope const(ubyte)[] bytes)

Append data to the internal buffer.

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

ditto

void write(char c)

ditto

void write(dchar c)

ditto

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

ditto

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

ditto

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

ditto

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