Phobos PR: `call` vs. `bindTo`
    Tobias Pankrath via Digitalmars-d 
    digitalmars-d at puremagic.com
       
    Tue Aug  5 22:45:07 PDT 2014
    
    
  
 From the PR:
---
A better way to bind multiple arguments would be:
((int x = 2,
   int y = 3,
  ) => (x * y))()
---
Could we make this possible?
    
    
More information about the Digitalmars-d
mailing list