pub fn rem(left: impl Into<Expr>, right: impl Into<Expr>) -> Expr
Creates an Expr::BinaryOp node with the BinaryOperator::Rem operator.
Expr::BinaryOp
BinaryOperator::Rem