[swift-evolution] Move where clause to end of declaration
David Hart
david at hartbit.com
Mon May 2 07:08:43 CDT 2016
Nice catch!
> On 02 May 2016, at 11:58, Dany St-Amant via swift-evolution <swift-evolution at swift.org> wrote:
>
> 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 <mailto: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
>> {
>> ...
>> }
> _______________________________________________
> swift-evolution mailing list
> swift-evolution at swift.org
> https://lists.swift.org/mailman/listinfo/swift-evolution
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160502/1abfb731/attachment.html>
More information about the swift-evolution
mailing list