Hi all. Are there any plans for introducing multip...
# language-proposals
g
Hi all. Are there any plans for introducing multiple implicit parameter names in lambdas - e.g.
$0
,
$1
,
$2
etc.? I also develop in Swift, and I find this feature quite useful. Especially when combined with functional-reactive programming etc.