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
I'm frequently in need of checking if a list contains duplicates, and think a containsDuplicates mixin might be appropriate in this project. It would be a simple short-circuiting version of _.uniq with the same isSorted and iterator arguments. If it is appropriate, should it be added to a new sub-contrib or do you find one of the existing ones suitable?
The text was updated successfully, but these errors were encountered:
I'm frequently in need of checking if a list contains duplicates, and think a containsDuplicates mixin might be appropriate in this project. It would be a simple short-circuiting version of _.uniq with the same isSorted and iterator arguments. If it is appropriate, should it be added to a new sub-contrib or do you find one of the existing ones suitable?
The text was updated successfully, but these errors were encountered: