writeUint32
fn
ubyte[4] writeUint32(uint v) @safe pure nothrow @nogcWrites a big-endian uint32 to buf at position 0.
Parameters
v | Value to write. |
Returns
The 4-byte array.
ubyte[4] writeUint32(uint v) @safe pure nothrow @nogcWrites a big-endian uint32 to buf at position 0.
v | Value to write. |