[ CCode ( ordering = 11 ) ]
public virtual bool any_match (owned Predicate<G> pred)
Returns whether any element matches the given predicate.
This is similar to @first_match, with the difference that it just returns whether there is a match or not, not the value of the match.
pred |
Predicate to be called to check for matches |
Whether there was a match or not |
0.19.91