isNativeEndian

fnbool isNativeEndian(ElfEndian fileEndian) pure nothrow @nogc @safe

Check if a file endianness matches the native system endianness.

Parameters

fileEndianThe file's endianness.

Returns

true if file endianness matches native endianness.