It's not clear because copying in `x = x ...` doesn't make any sense, as long 
as we're not redefining a variable! If Nim was move-by-default it would be 
clear that one _doesn 't_ want a copy, but Nim isn't so it's just a confusing 
line when the type has any kind of complexity (not just a number).

Reply via email to