-
Notifications
You must be signed in to change notification settings - Fork 330
Closed
Labels
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.8repeat_call
whenrepeat_with
is stable Add std/core::iter::repeat_with rust-lang/rust#48156 Rust 1.28 Deprecated in 0.8unfold()
whenstd::iter::unfold
is stable Tracking issue for std::iter::from_fn rust-lang/rust#55977 Deprecated in 0.13To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Robbepopshepmaster
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
Centril commentedon Jun 17, 2018
Everything in the list has been stabilized save for
.flatten()
which is getting stabilized atm.flxo commentedon Sep 28, 2018
Looks like
.flatten()
hit stable with 1.29.unfold
API seems less than ideal #298try_fold
in place offold_while
? #469DevinR528 commentedon Jun 27, 2021
Seems like
unfold
was merged in asfrom_fn
, issue may now be close-able?unfold
forstd::iter::from_fn
#871itertools::unfold
has been deprecated and will need to be replaced in Nugenerate
nushell/nushell#13247