JuliaCollections / IterTools.jl

Common functional iterator patterns
Other
152 stars 28 forks source link

Add zip_longest function #80

Closed gustaphe closed 1 year ago

gustaphe commented 4 years ago

This is an implementation of #57.

gustaphe commented 4 years ago

Okay, I looked into fixing the build error, but it would involve copying quite a lot of code from Base.Iterators. Why is this package tested against Base 0.7?