[swift-evolution] Will these two features be included in Swift 3?

tuuranton at tutanota.de tuuranton at tutanota.de
Mon Dec 7 05:40:23 CST 2015


Can you please add these features in Swift 3?
1. The ability to do this:extension Array<Double> {    //extend arrays of 
doubles}
2. Generic typealiases:struct Foo<T,V> {    let t: T    let v: V}typealias 
IntFoo<V> = Foo<Int,V> //Error in Swift 2.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20151207/c5fef2d5/attachment.html>


More information about the swift-evolution mailing list