<div dir="ltr">Doug / Joe,<div><br></div><div>Sorry about asking this after the review period: it&#39;s not clear to me how the assigned functions can be called.</div><div><br></div><div>In case I have:</div><div><br></div><div>    let fn1 = someView.insertSubview(_:aboveSubview:)</div><div>    let fn2 = someView.insertSubview(_:belowSubview:)<br></div><div><br></div><div>will the types of both fn1 and fn2 be the same (i.e., (UIView, UIView) -&gt; ())? Will I be able to call them without having to use the aboveSubview/belowSubview labels, like:</div><div><br></div><div>    fn1(view1, view2)</div><div>    fn2(view3, view4)</div><div><br></div><div>Thanks,</div><div>roop.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 13, 2016 at 10:50 PM, Joe Groff via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><span class=""><br><div><blockquote type="cite"><div>On Jan 13, 2016, at 9:16 AM, Joe Groff via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:</div><br><div><div style="word-wrap:break-word">Hello Swift community,<br><br>The review of &quot;Naming Functions with Argument Labels&quot; begins now and runs through January 10th. The proposal is available here:<br><br><span style="white-space:pre-wrap">        </span><a href="https://github.com/apple/swift-evolution/blob/master/proposals/0018-flexible-memberwise-initialization.md" target="_blank">https://github.com/apple/swift-evolution/blob/master/proposals/0021-generalized-naming.md</a><br><br></div></div></blockquote><br></div></span><div>Sorry, Mail mangled the link here, and the review runs through January <b>18th. </b>Here&#39;s the corrected link:</div><br><div><a href="https://github.com/apple/swift-evolution/blob/master/proposals/0021-generalized-naming.md" target="_blank">https://github.com/apple/swift-evolution/blob/master/proposals/0021-generalized-naming.md</a></div><div><br></div><div>-Joe</div>
<img src="https://u2002410.ct.sendgrid.net/wf/open?upn=OvvifBR0xCeVakfxNXsJI502HUvCHv5MjNCqRWoFz-2BYJXO-2FnOWIX58TzR9-2FI-2FnFZFSDAtrFJAAF-2F-2BhAHx4qdQI9TsldtIlWJIyKVJ0tbLKiDwlg3kA5qMEHyBvmepKzTL5KZaBNq7Wwp1BZcwR2PapKrvodmimChUS9oY-2FDXXd3B14KkmqdcNizLMmsG9m-2F4wPkTmSBPzV-2FN8tKgqTU5AQ-3D-3D" alt="" width="1" height="1" border="0" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important">
</div>
<br>_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
<br></blockquote></div><br></div>