[swift-evolution] [Proposal] Automating Partial Application via Wildcards
Chris Lattner
clattner at apple.com
Tue Feb 2 12:20:40 CST 2016
On Feb 2, 2016, at 10:16 AM, Erica Sadun <erica at ericasadun.com> wrote:
>>
>> One superficial comment on this: the use of _ here is a bad idea. _ already means something in expressions - “discard”, and a closely related thing in declarations - “ignore”.
>>
>> Adding a third very different thing (placeholder to be filled in later) seems like a really confusing thing to do.
>>
>> -Chris
>>
>
>
> #?
# means “macro like” or “compiler synthesized”.
-Chris
More information about the swift-evolution
mailing list