not method

Not<T> not()

Creates a logical negation (NOT) of this formula. !this

Implementation

Not<T> not() => Not<T>(this);