itertools icon indicating copy to clipboard operation
itertools copied to clipboard

Add peeking_map_while

Open devins2518 opened this issue 3 years ago • 1 comments

This is a continuation of my rejected PR to the stdlib for itertools. The peeking_map_while functions and associated functions are similar to peeking_take_while except this maps a Option<&I::Item> to Option<B>. This of course brings the benefit that the iterator is not advanced when the predicate returns None.

devins2518 avatar Jan 08 '22 16:01 devins2518

I want this badly...

Niedzwiedzw avatar Sep 18 '23 19:09 Niedzwiedzw