charToInt function

Expr charToInt(
  1. Expr x
)

Implementation

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