viralogic / py-enumerable

A Python module used for interacting with collections of objects using LINQ syntax
MIT License
187 stars 24 forks source link

"all" is exhausting the original collection twice #30

Closed dagoltz closed 5 years ago

dagoltz commented 5 years ago

It should be implemented so it only exhausts the original collection once.

viralogic commented 5 years ago

merged into master