isBigEndian

Determines whether the system is big endian

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

Return Value

Type: immutable(bool)

true if the system is big endan, false otherwise

Meta