On 6/21/10, bearophile <[email protected]> wrote:
> How do you write this?
> foreach_reverse (i; 0 .. 10)

foreach(i; retro(iota(0, 10))) { }

?

Reply via email to