readUint24
fn
uint readUint24(const(ubyte)[] data, ref size_t offset) @safe pure nothrow @nogcReads a big-endian uint24 from dataoffset..offset+3.
Parameters
data | Source bytes. |
offset | Starting position (updated by 3). |
Returns
The uint value (always fits in uint).