operator % method

Expr operator %(
  1. Object other
)

Implementation

Expr operator %(Object other) => mod(this, $(other));