NovelIO


ByteOrder

Namespace: NovelFS.NovelIO

Functions for handling byte order

Functions and values

Function or valueDescription
isBigEndian endianness
Signature: endianness:Endianness -> bool

Returns true if the supplied endianness is big endian

systemEndianness
Signature: Endianness

Gets the endianness of the current platform

Fork me on GitHub