[swift-evolution] Proposal: Add @noescape to the transform parameter of 'SequenceType.flatMap'

Dmitri Gribenko gribozavr at gmail.com
Thu Dec 10 00:45:44 CST 2015


On Mon, Dec 7, 2015 at 7:44 PM, Meador Inge via swift-evolution <
swift-evolution at swift.org> wrote:

> Hi All,
>
> I am taking a look at SR-126 [1], which proposes to add @noescape to the
> transform parameters of 'SequenceType.flatMap'.  This is consistent with
> other methods in the Standard Library that take closure parameters.
>
> Any objections?
>

No objections so far :)

Seems like you should go ahead and write a formal proposal and submit a
pull request.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20151209/caaae3da/attachment.html>


More information about the swift-evolution mailing list