-
Notifications
You must be signed in to change notification settings - Fork 309
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
The cutting block: These features will be removed from itertools eventually #223
Closed
6 tasks done
Labels
Comments
Closed
Everything in the list has been stabilized save for |
Looks like |
This was referenced Nov 24, 2018
Seems like |
Closed
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.foreach()
-- whenIterator::for_each
stabilizes and it's old enough so that the deprecation is not annoying. Introduced in Rust 1.21. Deprecated in 0.8.step()
step() slowness #133 -- whenIterator::step_by
stabilizes Tracking issue forstep_by
stabilization rust-lang/rust#27741 Rust 1.28 Deprecated in 0.8.fold_while()
whenIterator::try_fold
is stable Rust 1.27 Deprecated in 0.8repeat_call
whenrepeat_with
is stable Add std/core::iter::repeat_with rust-lang/rust#48156 Rust 1.28 Deprecated in 0.8.flatten()
whenIterator::flatten
is stable Deprecate flatten #262 Rust 1.29 Removed in 0.8unfold()
whenstd::iter::unfold
is stable Tracking issue for std::iter::from_fn rust-lang/rust#55977 Deprecated in 0.13The text was updated successfully, but these errors were encountered: