isInt function

UnaryOp isInt(
  1. Expr x
)

Implementation

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