IEnumerable has a companion class - System.Linq.Enumerable - that provides LINQ to Objects implementation.
IAsyncEnumerable doesn't seem to have such a companion. Is this a deliberate decision? I can't find any discussion on this but I may be searching wrong.
In the meantime, I've spent a couple of weekends trying to build my own. It doesn't seem undoable but perhaps there's a reason it's undesirable?
(It is, however, undoubtedly tedious to produce all of the overloads)
IEnumerable has a companion class - System.Linq.Enumerable - that provides LINQ to Objects implementation.
IAsyncEnumerable doesn't seem to have such a companion. Is this a deliberate decision? I can't find any discussion on this but I may be searching wrong.
In the meantime, I've spent a couple of weekends trying to build my own. It doesn't seem undoable but perhaps there's a reason it's undesirable?
(It is, however, undoubtedly tedious to produce all of the overloads)