Enhanced C#
Language of your choice: library documentation
|
Work in progress. This class will enhance LINQ-to-Objects with type-preserving and/or higher-performance extension methods. More...
Work in progress. This class will enhance LINQ-to-Objects with type-preserving and/or higher-performance extension methods.
For example, the Enumerable.Last(IEnumerable{T}) extension method scans the entire list before returning the last item, while Last(IReadOnlyList{T}) and Last(IList{T}) simply return the last item directly.