strToInt function

Expr strToInt(
  1. Expr x
)

Implementation

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