-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
proposal: iter: convert between Seq and Seq2 #67334
Comments
These are in the xiter thread as |
My personal thought is that this conversion is crucial for developers who write fundamental libraries, and placing it in |
Here's my two cents: |
Oh, shoot, never mind, |
let's keep it all in #61898 (comment) |
Proposal Details
Recently we introduce iter package with two Seq types:
Seq
andSeq2
.Writing operations on both types are annoying and repetitive.
So I propose add function to convert
Seq
toSeq2
andSeq2
toSeq
Possible function signatures:
The text was updated successfully, but these errors were encountered: