foreach_reverse and lockstep.

Simen Kjaeraas via Digitalmars-d digitalmars-d at puremagic.com
Fri Apr 1 09:10:01 PDT 2016


On Friday, 1 April 2016 at 14:37:36 UTC, Jonathan M Davis wrote:
> (you'd need some sort of opApplyReverse function to go with 
> foreach_reverse, and no such thing exists).

Actually, it exists and it works. It's just not implemented for
lockstep. I'm trying to clean up my Phobos repo so I can make a
PR to fix this. Apparently I need to learn more git. :)

--
   Simen


More information about the Digitalmars-d mailing list