Andrei Alexandrescu Wrote:

> Gone, that is. Walter agreed to remove it.
> 
> To achieve the functionality of
> 
> foreach_reverse (r) { ... }
> 
> use
> 
> foreach (retro(r)) { ... }
> 
> using retro in std.range.
> 
> 
> Andrei

I think Reverse would have been a better title. Retro sounds like you might be 
using only 8088 assembler instructions in the output...

-=mike=-

Reply via email to