-
Notifications
You must be signed in to change notification settings - Fork 328
Open
Labels
fallible-iteratorIterator of results/optionsIterator of results/options
Description
Similar to #522, which defines flatten_ok
, there could also be a flat_map_ok
which operates on an IntoIter<Item = Result<T, E>>
, applies a function to T
if the value is Ok
and flattens the result of that function. It should be equivalent to iterator.map_ok(function).flatten_ok()
.
jmmaloney4, AlienKevin, Atry, timmclean, vdawg-git and 1 more
Metadata
Metadata
Assignees
Labels
fallible-iteratorIterator of results/optionsIterator of results/options