loadBigEndian

Load four big-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

x2 T

where the third word will be written

x3 T

where the fourth word will be written

Meta