Re: [swift-evolution] [Pre-Review] Permit where clauses to constrain associated types

2016-09-21 Thread T.J. Usiyan via swift-evolution
I… like this syntax but I have to admit that I am confused about ```protocol IntSequence : Sequence where Iterator.Element == Int { ... } ``` I think that this example needs a better subtype/subprotocol to motivate the feature. This particular type seems more like a constrained typealias

[swift-evolution] [Pre-Review] Permit where clauses to constrain associated types

2016-09-21 Thread David Hart via swift-evolution
Hello mailing list, Since the following proposal was discussed before the release of Swift 3 and then delayed, I’m opening it up again for a short pre-review before to get some additional feedback before it can be merged. Web link: