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 "distinct" for array and list fix typo Use a HashSet instead of dictionary for "distinct" Show possible ArgumentNullException in docs for Array.distinct Use only one test method for "distinct" Adding surface area for "distinct" Use mutable list for "distinct" Make Array.distinct use a temp array instead of array comprehension Adding some test cases for distinct We don't need StructBox any more in Array.distinct We don't need StructBox any more in List.distinct We don't need StructBox any more in Seq.distinct Move the List.distinct back to local.fs Add test cases for distinct which show null handling Fix typos