You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2025. It is now read-only.
BSFishy edited this page Feb 25, 2020
·
1 revision
Negate the value of a condition.
This is basically just a cleaner and more expressive way of writing !Condition.
The condition passed as a parameter doesn't need to be from another utility macro.
It basically just returns the not operator with the condition appended to the end.