loadLittleEndian

Load two little-endian words

Parameters

input const(ubyte)*

a pointer to some bytes

x0 T

where the first word will be written

x1 T

where the second word will be written

Meta