codeToStr function

Expr codeToStr(
  1. Expr x
)

Implementation

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