On Thursday, 3 September 2015 at 17:17:26 UTC, Steven Schveighoffer wrote: > What about all other operations that may be typos from op= > where op is also a unary operator? e.g. =- We'd have to special-case '*': a=*b;