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