charIsDigit function

Expr charIsDigit(
  1. Expr x
)

Implementation

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