Function StreamPeer.putU64
Puts an unsigned 64-bit value into the stream.
void putU64
(
const(long) value
) nothrow @nogc;
Puts an unsigned 64-bit value into the stream.
void putU64
(
const(long) value
) nothrow @nogc;