Closed
Description
-
.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.8 -
repeat_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.8 -
unfold()
whenstd::iter::unfold
is stable Tracking issue for std::iter::from_fn rust-lang/rust#55977 Deprecated in 0.13