MikeInnes / Lazy.jl

I was gonna maintain this package, but then I got high
Other
469 stars 54 forks source link

Implement IteratorSize and Base.IteratorEltype #130

Open Akaban opened 3 years ago

Akaban commented 3 years ago

For instance zip should now work with Lazy Lists, because Base.IteratorSize and Base.IteratorEltype were not implemented this would lead to StackOverflow when using zip and one of the iterator was a Lazy List

This should fix #66