[swift-users] Extensions on Typealiased Existential Protocols
Jon Shier
jon at jonshier.com
Mon Jun 19 15:44:05 CDT 2017
What I usually do here is:
typealias CProtocol = A & B
protocol C: CProtocol { } // or just A & B directly, I think
extension C {}
So it’s a bit silly to me.
Jon
> On Jun 19, 2017, at 3:44 PM, Slava Pestov via swift-users <swift-users at swift.org> wrote:
>
> Hi Steven,
>
>> On Jun 19, 2017, at 11:44 AM, Steven Brunwasser via swift-users <swift-users at swift.org <mailto:swift-users at swift.org>> wrote:
>>
>> Is this error intentional, or a bug?
>
> It’s intentional. We could add support for this as an extra bit of sugar, but note that
>
>> Since extension A where Self: B is the same as extension B where Self: A,
>
> This is not quite true.
>
> Slava
>
> _______________________________________________
> swift-users mailing list
> swift-users at swift.org
> https://lists.swift.org/mailman/listinfo/swift-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20170619/0ea20acd/attachment.html>
More information about the swift-users
mailing list