5 ms·Actually you can't overload && although you can overload &.by dzorz 15y agoActually you can't overload && although you can overload &.beagle3 15y agoYou can overload &&. You just can't make it short circuit like the default is.dzorz 15y agoWow, that is amazing. I honestly never tried that and assumed (because of short circuiting) that it can't be overloaded.