OutBuffer.print

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

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

Parameters

u
Type: ulong

integral value to append

Meta