All C# extension methods for type array-and-list-t
-
All() and Any() on Array and List<T>
Faster implementations of the LINQ All() and Any() methods for Array and List<T>. This solution uses less memory allocations and is just faster. Temporary solution until this PR is accepted https://github.com/dotnet/runtime/pull/1832