true_ function

Expr true_()

Implementation

Expr true_() {
  return boolean(true);
}