nikic / iter

Iteration primitives using generators
Other
1.12k stars 76 forks source link

Fix isEmpty when parameter is an IteratorAggregate and it returns mutable iterator #98

Closed minhtkh closed 11 months ago

minhtkh commented 1 year ago

Fix for https://github.com/nikic/iter/issues/97

It would make function running slower due to cloning with \serialize() and \unserialize()