ByteConverter.LittleEndian

Conversions between little endian integrals and bytes

Members

Static functions

from
ubyte[] from(const(T) input)

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