D equivalent of C++ bind ?

Dsby via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu May 12 03:49:49 PDT 2016


On Tuesday, 10 May 2016 at 15:33:03 UTC, chmike wrote:
> Thanks. This does the job but it's not as concise.

The std.functional.partial can not use in runtime, only on 
complier time.
and it can not bind args that more than one.




More information about the Digitalmars-d-learn mailing list