ByteConverter.LittleEndian

Conversions between little endian integrals and bytes

Members

Static functions

from
void from(T input, ubyte[] output)

Converts the supplied integral to an array of unsigned bytes.

to
T to(const(void[]) x_)

Converts the supplied array to integral type T

Meta