[swift-evolution] Move where clause to end of declaration

Dany St-Amant dsa.mls at icloud.com
Mon May 2 04:58:21 CDT 2016


Hello

You have an extra where dangling in the from example

Dany

> Le 2 mai 2016 à 03:16, David Hart via swift-evolution <swift-evolution at swift.org> a écrit :
> : 
> func anyCommonElements<T : SequenceType, U : SequenceType where
>     T.Generator.Element: Equatable,
>     T.Generator.Element == U.Generator.Element>(lhs: T, _ rhs: U) -> Bool where
> {
>     ...
> }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160502/f4de8b9b/attachment.html>


More information about the swift-evolution mailing list