isBigEndian

Determines whether the system is big endian

version(Posix)pure nothrow
immutable(bool)
isBigEndian
@trusted @nogc
(
)

Return Value

Type: immutable(bool)

true if the system is big endan, false otherwise

Meta