readUint32
fn
uint readUint32(const(ubyte)[] data, ref size_t offset) @safe pure nothrow @nogcReads a big-endian uint32 from data[offset..offset+4].
Parameters
data | Source bytes. |
offset | Starting position (updated by 4). |
Returns
The uint32 value.