foreach_reverse is better than ever

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Sat Feb 13 21:53:31 PST 2010


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



More information about the Digitalmars-d mailing list