loadLittleEndian

Load a little-endian word

Parameters

input const(ubyte)*

a pointer to some bytes

off size_t

an offset into the array

Return Value

Type: T

off'th T of in, as a litte-endian value

Meta