You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.foreach() -- when Iterator::for_each stabilizes and it's old enough so that the deprecation is not annoying. Introduced in Rust 1.21. Deprecated in 0.8
Uh oh!
There was an error while loading. Please reload this page.
.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: