StefanGreve / iterfun

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

Implement chunk_while #3

Open StefanGreve opened 2 years ago

StefanGreve commented 2 years ago

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