OutBuffer.print

Convert u to a string and append it to the buffer.

struct OutBuffer
extern (C++) nothrow pure nothrow @safe
void
print
(
ulong u
)

Parameters

u ulong

integral value to append

Meta