operator <= method

Cond<ValType> operator <=(
  1. ValType other
)

Implementation

Cond<ValType> operator <=(ValType other) {
  return ltEq(other);
}