Converts bytes between system and the given endianness.
This essentially flips the byte-order within the type if the given endianness does not match the system endiannes.
the range to flip the individual values within.
A slice of the input, pointing to the same memory.
See Implementation
Converts bytes between system and the given endianness.
This essentially flips the byte-order within the type if the given endianness does not match the system endiannes.