loadLittleEndian

Load a little-endian ushort

Parameters

input const(ubyte)*

a pointer to some bytes

off size_t

an offset into the array

Return Value

Type: ushort

off'th ushort of in, as a little-endian value

Meta