-
-
Notifications
You must be signed in to change notification settings - Fork 10
endian
IsaacShelton edited this page Nov 13, 2022
·
6 revisions
machine/endian.adept contains endianness utilities.
func swapEndiannessShort(x short) shortfunc swapEndiannessUShort(x ushort) ushortfunc swapEndiannessInt(x int) intfunc swapEndiannessUInt(x uint) uintfunc swapEndiannessLong(x long) longfunc swapEndiannessULong(x ulong) ulong
The compiler defines some other useful definitions related to endianness.