A question about inline classes: Do they support t...
# announcements
d
A question about inline classes: Do they support the same operators as their underlying primitive? Can I do myIntWrapper + myIntWrapper and/or myIntWrapper + 1, etc? If not, would this be an interesting feature?