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?
Tobias Pankrath via Digitalmars-d Tue, 05 Aug 2014 22:51:18 -0700
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?