xor

infix fun Byte.xor(b: Ubyte): Byte
infix fun Byte.xor(b: Ushort): Byte
infix fun Byte.xor(b: Uint): Byte
infix fun Byte.xor(b: Ulong): Byte
infix fun Int.xor(b: Ubyte): Int
infix fun Int.xor(b: Ushort): Int
infix fun Int.xor(b: Uint): Int
infix fun Int.xor(b: Ulong): Int
infix fun Long.xor(b: Ubyte): Long
infix fun Long.xor(b: Ushort): Long
infix fun Long.xor(b: Uint): Long
infix fun Long.xor(b: Ulong): Long
infix fun Short.xor(b: Ubyte): Short
infix fun Short.xor(b: Ushort): Short
infix fun Short.xor(b: Uint): Short
infix fun Short.xor(b: Ulong): Short