NGS version 0.2.5 auto-generated documentation
Documentation index
The global namespace
bxor multimethod
bxor multimethod
Methods
bxor(
a:
Int
,
b:
Int
)
Bitwise xor
Returns
Int
Example
15.bxor(1) # 14