StefanGreve / iterfun

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

Implement flat_map_reduce #4

Open StefanGreve opened 2 years ago

StefanGreve commented 2 years ago

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