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?

Reply via email to