Definition
/**
* Negate a condition or expression with NOT.
*
* Accepts both Condition and Expression — NOT always produces a boolean result.
* Can be used in WHERE clauses and SELECT lists (via ->as('alias')).
*/
not_(Expression|string $expression) : NotCondition