On Monday, 28 January 2013 at 18:43:19 UTC, Andrei Alexandrescu wrote:
I guess you hate if people want their bigints to assign with a = b.

Have never used bigints. You mean that copy construction upon assignment allocates too? Yes, I do now like this, too, but see no sane to get around this as it will feel unnatural either way. Arrays, however, will not suffer at all from switching to array.resize(42) syntax from array.length = 42 syntax.

Reply via email to