swapNibbles

Swaps the nibbles of the input data.

E.g. 0xABCDEF becomes 0xBADCFE

pure nothrow @safe @nogc
void
swapNibbles
(
ref ubyte[] data
)

Parameters

data ubyte[]

Input/Output that will be modified

Meta