operator | method

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

Implementation

Expr<bool> operator |(Expr<bool> other) => OrExpr([this, other]);