class Dry::Logic::Operations::Xor

def [](input)

def [](input)
  left[input] ^ right[input]
end