-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Open
Labels
featureA feature request or implementationA feature request or implementationgood first issueGood for newcomersGood for newcomersstandard libraryArea: Standard library umbrellaArea: Standard library umbrellaswift evolution proposal neededFlag → feature: A feature that warrants a Swift evolution proposalFlag → feature: A feature that warrants a Swift evolution proposal
Description
| Previous ID | SR-6691 |
| Radar | None |
| Original Reporter | @airspeedswift |
| Type | New Feature |
| Status | In Progress |
| Resolution |
Additional Detail from JIRA
| Votes | 4 |
| Component/s | Standard Library |
| Labels | New Feature, StarterBug, StarterProposal |
| Assignee | None |
| Priority | Medium |
md5: 1e8d36124b9916625ca75e3f19b449dc
Issue Description:
Sequence.split is eager, but if you are splitting a collection, it should be possible to do it lazily. This could be done via an extension to LazyCollectionProtocol so you could write "a.b.c".lazy.split(separator: ".").
Metadata
Metadata
Assignees
Labels
featureA feature request or implementationA feature request or implementationgood first issueGood for newcomersGood for newcomersstandard libraryArea: Standard library umbrellaArea: Standard library umbrellaswift evolution proposal neededFlag → feature: A feature that warrants a Swift evolution proposalFlag → feature: A feature that warrants a Swift evolution proposal