ByteOrder
Namespace: NovelFS.NovelIO
Functions for handling byte order
Functions and values
Function or value | Description |
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
|