rePlus function

Expr rePlus(
  1. Expr x
)

Implementation

Expr rePlus(Expr x) => UnaryOp(UnaryOpKind.rePlus, x).declare();