operator & method

Expr<bool> operator &(
  1. Expr<bool> other
)

Implementation

Expr<bool> operator &(Expr<bool> other) => AndExpr([this, other]);