readUint24
fn
uint readUint24(const(ubyte)[] data) @safe pure nothrow @nogcReads a 24-bit unsigned integer from 3 bytes (big-endian).
Parameters
data | Source bytes (must have at least 3 bytes). |
Returns
The 24-bit value as a uint.