On Fri, Jun 10 2016 at 03:42:34 PM, Christopher Kornher via swift-evolution <[email protected]> wrote: > -1 > > An alternative would be to: > > 1) State clearly in all relevant documentation that ‘where’ filters and > ‘while’ terminates. > 2) Eliminate the use of ‘where’ within ‘while’ clauses.
So `where` could be replaced with `,` in `while` statements making the filtering elsewhere more clear. This might be a nicer solution than the previously discussed `for in where else` syntax. -- Roth _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
