You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Net 9+ allow you use any collection that support IEnumerable<T> for params , we should take advantage of it and add overload that take params ReadonlySpan<T> to completely remove memory allocation when passing parameter.
The text was updated successfully, but these errors were encountered:
Net 9+ allow you use any collection that support
IEnumerable<T>
forparams
, we should take advantage of it and add overload that takeparams ReadonlySpan<T>
to completely remove memory allocation when passing parameter.The text was updated successfully, but these errors were encountered: