writeUint24

fnvoid writeUint24(ubyte[] data, uint value) @safe pure nothrow @nogc

Writes a 24-bit unsigned integer to 3 bytes (big-endian).

Parameters

dataDestination buffer (must have at least 3 bytes).
valueThe value to write (only low 24 bits are used).