On Monday, 28 January 2013 at 18:10:33 UTC, H. S. Teoh wrote:
By comparison, array.length is
pretty tame (no visible side-effects except that the array becomes
longer).

... *and* possibly relocated in memory, so that it no longer aliases any other slices originally pointing to the same chunk of data.

This is the main reason why .length looks far to innocent in my regard - although I don't really feel strongly about the issue.

David

Reply via email to