<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Nov 22, 2016, at 03:04, Tino Heth via swift-users &lt;<a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi Rick,<br class=""><br class="">as evolution is somewhat paused, swift-users seems to gain more traction ;-)<br class=""><br class="">Imho the most natural would be<br class="">extension Array&lt;Double&gt; {<br class="">…<br class="">}<br class=""><br class="">I hope to see this addition included when the topic is discussed again.<br class=""><br class="">- Tino&nbsp;</div></div></blockquote><br class=""></div><div>I agree. &nbsp;This syntax:</div><div><br class=""></div><div><font face="Menlo" class="">extension Array&lt;Double&gt; { … }</font></div><div><br class=""></div><div>seems simpler than</div><div><br class=""></div><div><font face="Menlo" class="">extension Array where Element == Double { … }</font></div><div><b class=""><br class=""></b></div><div>-Matt</div></body></html>