imBinSwapBytes

Changes the byte order of an array of 2, 4 or 8 byte values. * \ingroup bin

version(IM)
extern (C) @nogc nothrow
void
imBinSwapBytes
(
void* data
,
int count
,
int size
)

Meta