Endian
@Serializable { simple=true }
const class Endian : Enum
Byte ordering.
Return the Endian instance for the specified name
Most significant byte first (network byte order)
List of Endian values indexed by ordinal
Least significant byte first
const static Endian : big
Most significant byte first (network byte order)
static new fromStr(Str name, Bool checked)
Return the Endian instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
const static Endian : little
Least significant byte first
const static Endian[] : vals
List of Endian values indexed by ordinal