function with is own lamda expression

bioinfornatics bioinfornatics at fedoraproject.org
Sat Nov 30 17:53:33 PST 2013


I write a function with Lambda expression + safe + pure wich do 
same (close) as countUntil

http://www.dpaste.dzfl.pl/63d03540

but i fail to use lambda expression into my function. I try by 
two way
- alias this pred … (to get a default lambda)
- function(…) pred

both way i fail, could you take a look to code please.

Goal is to get a pure and safe function

thanks


More information about the Digitalmars-d-learn mailing list