Andrei Alexandrescu Wrote:

> Walter Bright wrote:
> > I think it would be very strange to have T[] behave like a reference 
> > type (which it does now) and T[new] to behave like a value type.
> 
> T[] is not a reference type.
> 
> Andrei

While true, normal use will be the same as if it was a reference type. All 
legal changes to a slice impact all copies of the slice.

Reply via email to