Reading List

Swift Proposal: Pack Iteration from Michael Tsai RSS feed.

Swift Proposal: Pack Iteration

SE-0408: Currently, it is possible to express list operations on value packs using pack expansion expressions. This approach requires putting code involving statements into a function or closure. For example, limiting repetition patterns to expressions does not allow for short-circuiting with break or continue statements, so the pattern expression will always be evaluated once for […]