nativeToBigEndian

Converts the given value from the native endianness to big endian

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

Return Value

Type: immutable(T)

big endian value

Meta