cast method

Expression cast(
  1. OutputType type
)

Implementation

Expression cast(OutputType type) {
  return CastExpr(this, type);
}