euclideanModuloAssign method
Expression
euclideanModuloAssign(
- Expression other
inherited
Return this
%= other
.
Implementation
Expression euclideanModuloAssign(Expression other) =>
BinaryExpression._(this, other, '%=');