@Serializable {
simple=true
collection=false
}
Slots
- bigSource
-
const static Endian bigMost significant byte first (network byte order)
- fromStrSource
-
const static Endian? fromStr(Str name, Bool checked := true)Return the Endian instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- littleSource
-
const static Endian littleLeast significant byte first
- valsSource
-
const static Endian[] vals := Endian[Endian.big,Endian.little]List of Endian values indexed by ordinal