[ CCode ( ordering = 10 ) ]
public virtual G first_match (owned Predicate<G> pred)
Returns the first element that matches a given condition
pred |
Predicate to be called to check for matches |
The first element that matches or null |
0.19.91