operator <= method

Expr operator <=(
  1. Object other
)

Implementation

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