swiftlang/swift

[SR-3760] zip should be a collection when both arguments are a collection

开放

#46,345 创建于 2017年1月27日

 (1 条评论) (0 个反应) (1 位负责人)Swift (10,719 个派生)batch import
affects ABIgood first issueimprovementstandard libraryswift evolution proposal needed

仓库指标

星标
 (69,989 个星标)
PR 合并指标
 (平均合并 8天 17小时) (30 天内合并 510 个 PR)

描述

Previous ID SR-3760
Radar rdar://problem/20751358
Original Reporter @airspeedswift
Type Improvement
Status In Progress
Resolution
Votes 0
Component/s Standard Library
Labels Improvement, AffectsABI, StarterProposal, swift-evolution-proposal-needed
Assignee dennisvennink (JIRA)
Priority Medium

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.

贡献者指南