No, it would be useful for bit sets... and putting...
# announcements
d
No, it would be useful for bit sets... and putting them together in a data class constructor
dataObj(xFlags.A + xFlags.B)
instead of
dataObj(xFlags.A.value + xFlags.B.value)
...