In Operators§
See primary documentation in context for prefix ?.
multi prefix:<?>(Mu --> Bool:D)
Coerces the argument to Bool
by calling the Bool
method on it. Note that this collapses Junction
s.
In enum Bool§
See primary documentation in context for prefix ?.
multi prefix:<?>(Mu --> Bool:D)
Coerces its argument to Bool
.