Hello

You have an extra where dangling in the from example

Dany

> Le 2 mai 2016 à 03:16, David Hart via swift-evolution 
> <[email protected]> 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
> {
>     ...
> }
_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to