<div dir="ltr">FWIW they&#39;re marked as &#39;unlikely&#39; here: <a href="https://github.com/apple/swift/blob/master/docs/GenericsManifesto.md#generic-protocols">https://github.com/apple/swift/blob/master/docs/GenericsManifesto.md#generic-protocols</a><div><br></div><div>It would probably be useful to have counterarguments against the points raised in that document if you want to prepare a proposal.<div><br></div><div>Austin</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 8, 2016 at 2:32 PM, Jordan Rose 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">Associated types aren&#39;t generic parameters; the whole point is that they&#39;re requirements, just like the other declarations in a protocol.<br>
<br>
You might be trying to invent generic protocols instead, which (IIRC) aren&#39;t inherently a bad thing. But I think this needs a lot more fleshing out before it can really be discussed—it&#39;s hard to know how you can and can&#39;t use these things, and how they might be implemented.<br>
<br>
Best,<br>
Jordan<br>
<div><div class="h5"><br>
<br>
&gt; On Jun 8, 2016, at 12:07, Антон Жилин via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt; ==Motivation==<br>
&gt;<br>
&gt; protocol From {<br>
&gt;     associatedtype FromType<br>
&gt;     init(_ value: FromType)<br>
&gt; }<br>
&gt;<br>
&gt; The problem is, one type cannot implement multiple From &quot;conversions&quot;.<br>
&gt;<br>
&gt; ==Proposed solution==<br>
&gt;<br>
&gt; Allow specifying all associated types using generic syntax.<br>
&gt;<br>
&gt; extension Int : From&lt;Float&gt; { }<br>
&gt; extension Int : From&lt;Double&gt; { }<br>
&gt;<br>
&gt; This is only allowed in conformance declarations.<br>
&gt;<br>
&gt; ==Future directions==<br>
&gt;<br>
&gt; We can replace all *Convertible protocols with From and Into, which will be defined similarly to Rust.<br>
&gt;<br>
&gt; - Anton<br>
</div></div>&gt; _______________________________________________<br>
&gt; swift-evolution mailing list<br>
&gt; <a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
&gt; <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>
_______________________________________________<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>
</blockquote></div><br></div>