On 8/2/11, Pelle <pelle.mans...@gmail.com> wrote: > Without UFCS, well, how would you want it to look?
Maybe.. auto max = 1024; auto len = 1024; arr = rndRange(max)[0..len]; IOW, using the slice operator instead of a call to array().
On 8/2/11, Pelle <pelle.mans...@gmail.com> wrote: > Without UFCS, well, how would you want it to look?
Maybe.. auto max = 1024; auto len = 1024; arr = rndRange(max)[0..len]; IOW, using the slice operator instead of a call to array().