operator < method

Expr operator <(
  1. Object other
)

Predicate that checks if this expression is less than other.

Implementation

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