-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Add Iterator::array_chunks
(take N+1)
#100026
Merged
Merged
Commits on Aug 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ca3d101 - Browse repository at this point
Copy the full SHA ca3d101View commit details -
Configuration menu - View commit details
-
Copy full SHA for f548518 - Browse repository at this point
Copy the full SHA f548518View commit details -
Remove
array::IntoIter::with_partial
-- an artifact of the past, on……ce used to create an `IntoIter` from its parts
Configuration menu - View commit details
-
Copy full SHA for ef72349 - Browse repository at this point
Copy the full SHA ef72349View commit details -
Forward
ArrayChunks::next{,_back}
totry_{for_each,rfold}
(suggested in the review of the previous attempt to add `ArrayChunks`)
Configuration menu - View commit details
-
Copy full SHA for b8b1486 - Browse repository at this point
Copy the full SHA b8b1486View commit details -
Remove incorrect impl
TrustedLen
forArrayChunks
As explained in the review of the previous attempt to add `ArrayChunks`, adapters that shrink the length can't implement `TrustedLen`.
Configuration menu - View commit details
-
Copy full SHA for 4db628a - Browse repository at this point
Copy the full SHA 4db628aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3102b39 - Browse repository at this point
Copy the full SHA 3102b39View commit details -
Remove
Fuse
fromArrayChunks
implementationIt doesn't seem to be used at all.
Configuration menu - View commit details
-
Copy full SHA for 37dfb04 - Browse repository at this point
Copy the full SHA 37dfb04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c0292c - Browse repository at this point
Copy the full SHA 4c0292cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 475e4ba - Browse repository at this point
Copy the full SHA 475e4baView commit details
Commits on Aug 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 756bd6e - Browse repository at this point
Copy the full SHA 756bd6eView commit details
Commits on Aug 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eb6b729 - Browse repository at this point
Copy the full SHA eb6b729View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fbcde1 - Browse repository at this point
Copy the full SHA 5fbcde1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.