Methods

bxorΒΆ

bxor(a:Int, b:Int)

Bitwise xor

Returns

Int

Example

15.bxor(1)  # 14