Not exactly, it’s `a.set(x, a.get(x).plus(b?))`, s...
# language-proposals
o
Not exactly, it’s
a.set(x, a.get(x).plus(b?))
, so
a.get(x)
should be called