operator * method

Expr operator *(
  1. Expr rhs
)

Implementation

Expr operator *(Expr rhs) => multiply(rhs);