<div dir="ltr">Seems totally fair to add if someone wants to devote the time and effort to implement it, but also easily worked around for the moment and therefore (IMO) not a pressing issue.<div class="gmail_extra"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 29, 2017 at 3:03 PM, Matt Whiteside 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"><div>In Swift 3.1, I was happy to see that we can now extend types with concrete constraints.  I think one other feature which fits nicely with this new capability would be extending typealiases, like this:</div><div><br></div><div><b><font face="FiraMono-Regular">typealias Vector = Array&lt;Float&gt;</font></b></div><div><b><font face="FiraMono-Regular"><br></font></b></div><div><b><font face="FiraMono-Regular">extension Vector {</font></b><b><font face="FiraMono-Regular"> </font></b></div><div><b><font face="FiraMono-Regular">   ...</font></b></div><div><b><font face="FiraMono-Regular">}</font></b></div><div><b><br></b></div><div>Which currently doesn&#39;t compile due to:  &quot;Constrained extension must be declared on the unspecialized generic type &#39;Array&#39; with constraints specified by a &#39;where’ clause”</div><div><br></div><div>What is other people’s interest level?  How possible would it be to add this?</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>-Matt</div><div><br></div><div><br></div><div><br></div></font></span></div><br>______________________________<wbr>_________________<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/<wbr>mailman/listinfo/swift-<wbr>evolution</a><br>
<br></blockquote></div><br></div></div>