increment int object

ints are immutable, so you’ll have to build your own class with all the int’s methods if you want a “mutable int”

Leave a Comment