arogozine / LinqToTypeScript

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

Add append and prepend #24

Closed martincostello closed 1 year ago

martincostello commented 1 year ago

Add implementations of Append(T) and Prepend(T).

arogozine commented 1 year ago

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