Constructs (restores) a value from the passed in byte array.
Byte order for value (little or big endian).
Array of unsigned bytes for reconstructing value.
Typical usage:
uint tmp = EndianSequence.unpack!uint([0xab, 0xcd, 0xef, 0x00]);
See Implementation
Constructs (restores) a value from the passed in byte array.