<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><div style="direction: inherit;"><br></div><br>~Robert Widmann</div><div><br>2016/10/05 11:00、Cao, Jiannan via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; のメッセージ:<br><br></div><blockquote type="cite"><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div><p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Helvetica;"><span style="font-size: 12pt;">1. Allow extension specific dictionary</span></p><p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Helvetica;"><span style="font-size: 12pt;">e.g.</span></p></div><div id="AppleMailSignature">extension Dictionary where Key == String, Value == String</div><div id="AppleMailSignature">or</div><div id="AppleMailSignature">extension Dictionary&lt;String, String&gt;</div><div id="AppleMailSignature" style="direction: inherit;"><br></div></div></blockquote><div style="direction: inherit;"><br></div><div style="direction: inherit;">This was just committed by Slava yesterday.</div><div style="direction: inherit;"><br></div><blockquote type="cite"><div><div id="AppleMailSignature">2. Allow extending Equatable internally</div><div id="AppleMailSignature">currently any type extend to Equatable should make theme public</div></div></blockquote><div style="direction: inherit;"><br></div><div style="direction: inherit;">"Hidden Conformances" are discussed in the generics manifesto.</div><div style="direction: inherit;"><br></div><blockquote type="cite"><div><div id="AppleMailSignature"><br></div><div id="AppleMailSignature">3. Allow internal typealias for a public type</div><div id="AppleMailSignature">this internal typealias will only can be used in that package.</div></div></blockquote><div style="direction: inherit;"><br></div><div style="direction: inherit;">Interesting idea.</div><div style="direction: inherit;"><br></div><blockquote type="cite"><div><div id="AppleMailSignature"><br></div><div id="AppleMailSignature">Thanks</div><div id="AppleMailSignature"><br></div></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>swift-evolution mailing list</span><br><span><a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a></span><br><span><a href="https://lists.swift.org/mailman/listinfo/swift-evolution">https://lists.swift.org/mailman/listinfo/swift-evolution</a></span><br></div></blockquote></body></html>