Denis Koroskin Fri, 30 Jan 2009 11:50:18 -0800
Andrei Alexandrescu Wrote: [snip] > > int[] a = [ 1, 2, 3 ]; > take(1, a); >
Why is a not [2, 3] now?