<div dir="ltr">+1</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 25, 2016 at 7:50 PM, Patrick Smith 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">Sounds good to me. So it matches the order of the generic parameters?<br>
<br>
e.g.<br>
<br>
func foo&lt;T, U&gt;(t: T, u: U) { … }<br>
<br>
let f1 = foo&lt;Int, String&gt;<br>
<br>
So if the function declaration was changed to swap T and U, it would break, same as say a generic struct type.<br>
<br>
Patrick<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br></div>