issues
search
viralogic
/
py-enumerable
A Python module used for interacting with collections of objects using LINQ syntax
MIT License
187
stars
24
forks
source link
Concat Mutation
#59
Closed
viralogic
closed
3 years ago
viralogic
commented
3 years ago
What changed
Added unit tests for issue #52 and issue #53
Added mutation for concat method so that when additional elements are added, this state is saved in the calling Enumerable object.
Fixed broken methods that no longer worked because of this small change.
What changed