I\'m trying to implement my own boolean class, but cannot replicate native semantics for &&. The following contrived code demonstrates the issue:
Is there a way to make overloaded && lazy?
No.