tinyendian

A minimal library providing functionality for changing the endianness of data.

Members

Enums

UTFEncoding
enum UTFEncoding

Unicode UTF encodings.

Functions

fixUTFByteOrder
auto fixUTFByteOrder(ubyte[] array)

Convert byte order of an array encoded in UTF(8/16/32) to system endianness in place.

swapByteOrder
void swapByteOrder(T[] array)

Swap byte order of items in an array in place.

Meta