[SR-3760] zip should be a collection when both arguments are a collection #46345
Labels
affects ABI
Flag: Affects ABI
good first issue
Good for newcomers
improvement
standard library
Area: Standard library umbrella
swift evolution proposal needed
Flag → feature: A feature that warrants a Swift evolution proposal
Additional Detail from JIRA
md5: d1b6f411436063fefa65b78d5d22d8a2
Issue Description:
When the two things being zipped are collections, it should be possible to return a collection from
zip
. If they are bi-directional/random-access collections, the zipped collection should be too.The text was updated successfully, but these errors were encountered: