I'd disagree. I think it's because `.add()` comes ...
# announcements
g
I'd disagree. I think it's because
.add()
comes straight from java and returns
Unit
, so it doesn't fit well into chain. I could have use
.plus()
and the question remains the same.