Y
Hacker News
new
|
ask
|
show
|
jobs
by
dzorz
5508 days ago
Actually you can't overload && although you can overload &.
1 comments
beagle3
5508 days ago
You can overload &&. You just can't make it short circuit like the default is.
link
dzorz
5508 days ago
Wow, that is amazing. I honestly never tried that and assumed (because of short circuiting) that it can't be overloaded.
link