Am Fri, 21 Nov 2014 11:24:37 +0000
schrieb "bearophile" <[email protected]>:

> Walter Bright:
> 
> > I thought everyone hated foreach_reverse!
> 
> I love it!
> 
> Bye,
> bearophile

Hey, it is a bit ugly, but I'd pick

foreach_reverse (i; 0 .. length)

anytime over

import std.range;
foreach (i; iota(length).retro())

-- 
Marco

Reply via email to