realToInt function

UnaryOp realToInt(
  1. Expr x
)

Implementation

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