~Robert Widmann

2016/10/05 11:00、Cao, Jiannan via swift-evolution <swift-evolution@swift.org> 
のメッセージ:

> 1. Allow extension specific dictionary
> e.g.
> extension Dictionary where Key == String, Value == String
> or
> extension Dictionary<String, String>
> 

This was just committed by Slava yesterday.

> 2. Allow extending Equatable internally
> currently any type extend to Equatable should make theme public

"Hidden Conformances" are discussed in the generics manifesto.

> 
> 3. Allow internal typealias for a public type
> this internal typealias will only can be used in that package.

Interesting idea.

> 
> Thanks
> 
> _______________________________________________
> swift-evolution mailing list
> swift-evolution@swift.org
> https://lists.swift.org/mailman/listinfo/swift-evolution
_______________________________________________
swift-evolution mailing list
swift-evolution@swift.org
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to