Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stdlib] Constraining AnySequence.init #895

Merged
merged 1 commit into from
Jan 6, 2016

Conversation

moiseev
Copy link
Contributor

@moiseev moiseev commented Jan 6, 2016

... to only allow sequences where SubSequence.SubSequence == SubSequence. See swift-evolution proposal
for more details.

... to only allow sequences where SubSequence.SubSequence ==
SubSequence. See swift-evolution proposal
https://github.com/apple/swift-evolution/blob/master/proposals/0014-constrained-AnySequence.md
for more details.
@moiseev moiseev added the swift evolution approved Flag → feature: A feature that was approved through the Swift evolution process label Jan 6, 2016
@moiseev
Copy link
Contributor Author

moiseev commented Jan 6, 2016

In fact, it was reviewed by @gribozavr in #220. Merging.

moiseev added a commit that referenced this pull request Jan 6, 2016
[stdlib] Constraining `AnySequence.init`
@moiseev moiseev merged commit 267011c into swiftlang:master Jan 6, 2016
@moiseev moiseev deleted the anysequence branch January 6, 2016 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
swift evolution approved Flag → feature: A feature that was approved through the Swift evolution process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant