On Tuesday, 12 July 2016 at 02:27:04 UTC, deadalnix wrote:
>
> There was a very lenghty discussion about this in the past. DMD
> is correct on that one. The semantic is such as :
>
> int plusEqual(ref int a, int b) {
> a = a + b;
> return a;
> }
Thanks.
Could this be added to the spec please?