module Daitai::Xor
Public Instance Methods
xor()
click to toggle source
# File lib/daitai/functions/xor.rb, line 5 def xor lambda do |a, b| a ^ b end.curry end
# File lib/daitai/functions/xor.rb, line 5 def xor lambda do |a, b| a ^ b end.curry end