Open
Description
I found myself wanting a try_fold_while... Since there fold_while is not in std, I don't suppose it's the right time to RFC try_fold_while in std. So, would it be accepted here?
I haven't gotten into any detail, but I imagine it to be a straightforward combination of try_fold and fold_while.