itertools icon indicating copy to clipboard operation
itertools copied to clipboard

Add `fn zip_longest`

Open TheLostLambda opened this issue 1 year ago • 1 comments
trafficstars

There is a function version of zip_eq already, but it appears that zip_longest is still only available as a method?

Let me know if you think this is a worthwhile addition for completeness's sake, and I'll submit a PR!

TheLostLambda avatar Jul 02 '24 09:07 TheLostLambda

I don't think we stand against adding new free functions, but we sure don't intend to be complete on that side.

Philippe-Cholet avatar Jul 02 '24 17:07 Philippe-Cholet