(bitxor ..args)
  args: zero or more ints
  returns an int
F

Bitwise exclusive OR.

(bitxor) returns 0.

(bitxor x) returns its argument.

Otherwise, returns the bitwise exclusive OR of its arguments.

bitor
bitnot