-
-
Notifications
You must be signed in to change notification settings - Fork 9
endian
IsaacShelton edited this page Mar 21, 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.