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
Intersect returns items that exist in all lists. It returns slice without any duplicates. If zero slice arguments are provided, then nil is returned.
Fixes#71
Updates #72
Logically works the same way as
Intersect()
but allows you to use a callback that passes in two elements for custom equality check.The text was updated successfully, but these errors were encountered: