arogozine / LinqToTypeScript

LINQ to TypeScript
https://arogozine.github.io/linqtotypescript/
MIT License
139 stars 18 forks source link

Add order and orderDescending #25

Closed martincostello closed 10 months ago

martincostello commented 1 year ago

Add implementations of Order() and OrderDescending().

arogozine commented 1 year ago

Can you add the async iterable (IAsync and IParallel Enumerable) versions of these two API as well?

arogozine commented 1 year ago

@martincostello Let me know if you're interested. If not I'll merge as is. Both of these PRs are good.

martincostello commented 1 year ago

Sorry, I've been a bit too busy since the new year started to be able to commit to coming back and adding those on top of the initial changes.