false_ function

Expr false_()

Implementation

Expr false_() {
  return boolean(false);
}