Deconstructs (saves) a passed value to unsigned byte array.
Byte order for value (little or big endian).
Value for deconstructing.
Typical usage:
ubyte[] tmp = EndianSequence.pack!uint(150_000);
See Implementation
Deconstructs (saves) a passed value to unsigned byte array.