appendUint24
fn
void appendUint24(ref ubyte[] buf, uint v) @safe pure nothrowAppends a uint24 big-endian to an output array.
Parameters
buf | Target buffer. |
v | Value to append. |
void appendUint24(ref ubyte[] buf, uint v) @safe pure nothrowAppends a uint24 big-endian to an output array.
buf | Target buffer. |
v | Value to append. |