On 4/29/12, Alex Rønne Petersen <[email protected]> wrote: > Next up is the issue of op-assign operations. In D, you can't do: > > obj.foo += 1; > obj.foo++; > > while in C#, you can (it results in a get -> add 1 -> set and get -> inc > -> set, etc).
It's great to see another (successful) language implemented this. Do we have a proposal open for this somewhere?
