Pacote
    Preparing search index...

    Function xor

    • Performs a bitwise XOR operation on two U64 values. Equivalent to the numeric ^ operator.

      Parameters

      • a: U64

        First operand.

      • b: U64

        Second operand.

      Returns U64

      The result of the bitwise XOR operation.