findSplit

Jakob Ovrum via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jul 25 12:12:01 PDT 2014


On Friday, 25 July 2014 at 18:56:44 UTC, Gecko wrote:
> findSplit accepts a predicate but it doesnt compile for me if i 
> use an other function than ((a,b) => a == b).

Not at the moment. I've been working on a patch that makes the 
`findSplit*` family of algorithms as powerful as `find`, 
including support for your use case.


More information about the Digitalmars-d-learn mailing list