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