We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea7be0 commit 2a78945Copy full SHA for 2a78945
set.go
@@ -162,7 +162,7 @@ type Set[T comparable] interface {
162
// use to range over the set.
163
Iterator() *Iterator[T]
164
165
- // Match returns whether at least one element in the set
+ // MatchesFunc() returns whether at least one element in the set
166
// matches the provided predicate function.
167
MatchesFunc(func(T) bool) bool
168
0 commit comments