Lifting the 1 variadic param per function restriction

This proposal doesn't change the existing, post SE-0279 behavior of how multiple trailing closures interact with variadic closure parameters. There's some additional discussion of this and examples in SE-0279 and variadic parameters, but basically, trailing closures and variadic parameters don't work very well together due to the trailing closure argument matching rules requiring a backwards scan, and this proposal neither improves nor worsens the situation.

2 Likes