This change brings support for Go's new flavor of iterators. Additionally, a convenience method was added for ContainsAnyElement
and a fix to spelling. Please visit this issue for a deeper context on how this works for newer versions of Go vs older versions of Go. Cheers!
What's Changed
- chore: fix typo by @standstaff in #150
- feat: add ContainsAnyElement method by @Y7n05h in #149
- Support 1.23 iterator for set by @amikai in #140
New Contributors
- @standstaff made their first contribution in #150
- @Y7n05h made their first contribution in #149
- @amikai made their first contribution in #140
Full Changelog: v2.7.0...v2.8.0