viralogic / py-enumerable

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

#73-Retain Enumerable ordering #76

Closed viralogic closed 1 year ago

viralogic commented 1 year ago

This PR encompasses refactoring required to satisfy Issue #73 to retain Enumerable ordering. Along with these changes, the unit tests were refactored.