-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Labels
api-needs-workAPI needs work before it is approved, it is NOT ready for implementationAPI needs work before it is approved, it is NOT ready for implementationarea-System.LinqwishlistIssue we would like to prioritize, but we can't commit we will get to it yetIssue we would like to prioritize, but we can't commit we will get to it yet
Milestone
Description
Please add these to System.Linq.Enumerable
public static T? FirstOrNull<T>(this IEnumerable<T> items) where T : struct {}
public static T? LastOrNull<T>(this IEnumerable<T> items) where T : struct {}
public static T? ElementAtOrNull<T>(this IEnumerable<T> items,int index) where T : struct {}
// and so on
bugproof, AntiPasha, jnm2, ViIvanov, Mrxx99 and 13 more
Metadata
Metadata
Assignees
Labels
api-needs-workAPI needs work before it is approved, it is NOT ready for implementationAPI needs work before it is approved, it is NOT ready for implementationarea-System.LinqwishlistIssue we would like to prioritize, but we can't commit we will get to it yetIssue we would like to prioritize, but we can't commit we will get to it yet