not function

NotExpr not(
  1. Expression expr
)

Implementation

NotExpr not(Expression expr) {
  return NotExpr(expr);
}