strToCode function

Expr strToCode(
  1. Expr x
)

Implementation

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