not method

bool not()

Implementation

bool not() {
  return !this;
}