Bitwise.bxor
You're seeing just the function
bxor
, go back to Bitwise module for more information.
Specs
Calculates the bitwise XOR of its arguments.
Allowed in guard tests. Inlined by the compiler.
Examples
iex> bxor(9, 3)
10