bio.core.utils.switchendianness

(Almost) a copy-paste from contrib.undead.stream.d

Members

Functions

switchEndianness
void switchEndianness(const(void)* buffer, size_t size)

Switches the byte order of buffer. size must be even.

Meta