On Thursday, 24 October 2019 at 11:45:02 UTC, Dukc wrote: > `void opAddAssign(int z) ref { _this.y += z; }` fails to > compile. Meant `void opAddAssign(int z) ref { y += z; }`