readLE32p

private fnuint readLE32p(const(ubyte) * p) nothrow @nogc

Read a 32-bit little-endian word from an unaligned pointer.

Parameters

pPointer to at least 4 bytes.

Returns

32-bit little-endian value starting at p.