foreach_reverse and lockstep.

Simen Kjaeraas via Digitalmars-d digitalmars-d at puremagic.com
Fri Apr 1 13:20:57 PDT 2016


On Friday, 1 April 2016 at 17:44:40 UTC, ZombineDev wrote:
> On Friday, 1 April 2016 at 16:10:01 UTC, Simen Kjaeraas wrote:
>> 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
>
> I'm already working on a PR. I think I can be ready by tomorrow.

Sure, but mine's ready now :p

https://github.com/D-Programming-Language/phobos/pull/4138

--
   Simen


More information about the Digitalmars-d mailing list