didactic-meme/pyfuncol

[FEATURE] Add lazy operations

Gondolav opened this issue · 0 comments

Describe the solution you'd like
List operations like lazy_map, lazy_filter should return generators instead of lists.

Describe alternatives you've considered
An alternative would be adding a lazy argument to each operation, but it's less clean IMHO.