`a[x] += b?` is easy in my opinion. if `b == null`...
# language-proposals
k
a[x] += b?
is easy in my opinion. if
b == null
nothing happens