operator ~ method

Expression operator ~()

Database NOT operator.

Implementation

Expression operator ~() {
  return NotExpression(this);
}