xorBits()Finds the bitwise xor of two numbers.
xored against number2.xored against number1.number1 and number2 are given a bitwise xor will be executed on both and returned. Otherwise a partial function will be returned which when called will accept one number and will return a number which is the result of using bitwise xor on number1 and the number passed to this partial function.This function directly requires the following function which is included automatically:
lt()This function is directly required by the following function:
lt()