readLE32p
private fn
uint readLE32p(const(ubyte) * p)Read a 32-bit little-endian word from an unaligned pointer.
Parameters
p | Pointer to at least 4 bytes. |
Returns
32-bit little-endian value.
uint readLE32p(const(ubyte) * p)Read a 32-bit little-endian word from an unaligned pointer.
p | Pointer to at least 4 bytes. |