class IDL::Expression::Operation::And

def calculate(lop, rop)

def calculate(lop, rop)
  lop & rop
end