Hacker News new | ask | show | jobs
by dzorz 5508 days ago
Actually you can't overload && although you can overload &.
1 comments

You can overload &&. You just can't make it short circuit like the default is.
Wow, that is amazing. I honestly never tried that and assumed (because of short circuiting) that it can't be overloaded.