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
Commits: implementing "take" for array and list Check for ArgumentNullException in Array.take Fix typo Performance improvement for Array.take Performance improvement for List.take Use temporay array for List.take Do not use array slicing for Array.take Do not check length of list in List.take Use mutable list instead of temporay array for List.take Add List.Take and Array.Take to surface Always create a new array in Array.take Remove special case for List.take Simplify List.take as suggested by@latkin