nu_flip_bytes

Flips the endianness of the given value.

@system @nogc nothrow
T
nu_flip_bytes
(
T
)
(
T in_
)

Parameters

in_ T

the bytes to flip.

Return Value

Type: T

The input with the byte order reversed.

Meta