Hey all, I've added a PR which consists of two commits: one that mentions more examples, and one that adds a note about including default arguments.
On Fri, Jan 20, 2017 at 7:32 AM, Russ Bishop via swift-evolution < [email protected]> wrote: > > > On Jan 19, 2017, at 5:04 PM, Slava Pestov via swift-evolution < > [email protected]> wrote: > > > > Can we also add mention that default arguments on subscripts should work > as well? This will force whoever implements this to do it properly and rip > out the old RValue-based argument tuple emission that’s only used for > subscripts in favor the argument emission logic. > > > > Slava > > Fully agree, +1 to the proposal and +1 to Slava’s suggestion. > > > Russ > > _______________________________________________ > swift-evolution mailing list > [email protected] > https://lists.swift.org/mailman/listinfo/swift-evolution > -- Chris Eidhof
_______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
