reStar function

Expr reStar(
  1. Expr x
)

Implementation

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