Ellery Newcomer <ellery-newco...@utulsa.edu> wrote:

I might just be having one of those moments, but if static arrays are value types, doesn't it make more sense that

arr1 = arr2;

performs a value copy than a reference copy?

That's what it does. Not a deep value copy, of course, but a value copy.

--
Simen

Reply via email to