Avatar
omochimetaru 4/14/2020 5:07 PM
This PR implements an alternative to the syntax proposed in SE-0279, allowing an initial unlabeled trailing closure to be followed by an arbitrary number of labeled-closure postfixes.
5:08 PM
func mixed_args_2(_: () -> Void, a: () -> Void, _: () -> Void) {} mixed_args_2 {} a: {} _: {}
5:09 PM
SE-0279 のスレで出てきた別文法の(実験?)実装が出てる・・・
5:11 PM
0279はプロポーザル通りの実装もメリメリ進んでてそのまま行くんかな〜と思ってたけど、 いろいろ試してるのかな。