writeUint24
fn
void writeUint24(ubyte[] data, uint value) @safe pure nothrow @nogcWrites a 24-bit unsigned integer to 3 bytes (big-endian).
Parameters
data | Destination buffer (must have at least 3 bytes). |
value | The value to write (only low 24 bits are used). |