You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.