[swift-evolution] [Review] SE-0115: Rename Literal Syntax Protocols
Anton Zhilin
antonyzhilin at gmail.com
Sat Jul 2 06:11:19 CDT 2016
-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.
More information about the swift-evolution
mailing list