Open
Description
I made a series of try_{filter_map,flat_map, ...}
adaptors in my iterator-ext. I wish itertools
can have them. Not sure if this feature was proposed or worked out before. If yes, I'm glad to know the reasons.
I acknowledge the relevant fallible-iterator crate. It needs an explicit conversion from standard iterator to fallible iterator. I would flavor the itertools approach to work as drop-in solution.