on Sat Jul 02 2016, Anton Zhilin <[email protected]> wrote:

> -1 from me. I suggest to wait until we get generic protocols
>  in Swift 4, then we can use the following:
>
> protocol From<T> {
>     init(_ from: T)
> }
>
> And deprecate all the weird Convertibles.

Even if we could do that, “From” would never be an appropriate name for
the ability to express a type as a particular kind of literal.

-- 
-Dave

_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to