intToStr function

Expr intToStr(
  1. Expr x
)

Implementation

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