StefanGreve / iterfun

Implements an eager iterator class reminiscent of Elixir's Enum structure.
MIT License
3 stars 1 forks source link

Implement zip_reduce #5

Open StefanGreve opened 2 years ago

StefanGreve commented 2 years ago

Implement zip_reduce and include unit tests as a proof of concept.