Skip to content

v1.15.0

Compare
Choose a tag to compare
@elliotchance elliotchance released this 06 May 23:16
· 59 commits to master since this release
Intersect (#94)

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