operator <= method

Expr operator <=(
  1. Object other
)

Predicate that checks if this expression is less or equal to other.

Implementation

Expr operator <=(Object other) => le(this, $(other));