nativeToLittleEndian

Converts the given value from the native endianness to little endian

pure nothrow @trusted @nogc
immutable(T)
nativeToLittleEndian
(
T
)
(
T src
)
if (
isScalarType!(T)
)

Return Value

Type: immutable(T)

little endian value

Meta