Andrei Alexandrescu Wrote: [snip] > > int[] a = [ 1, 2, 3 ]; > take(1, a); > Why is a not [2, 3] now?