In Operators§
See primary documentation in context for prefix !
multi prefix:<!>(Mu --> Bool)
Negated Boolean context operator.
Coerces the argument to Bool
by calling the Bool
method on it, and returns the negation of the result. Note that this collapses Junction
s.