can inline classes be used to represent, say, a nu...
# announcements
b
can inline classes be used to represent, say, a number which has specific properties for being incremented? it looks like an inline class' member must be immutable so if i implemented operator
inc
, for example, i'd just have to return a new instance of the inline class with the value incremented by 1?