[ CCode ( ordering = 13 ) ]
public virtual G max (owned CompareDataFunc<G> compare)
Returns the item in the sequence that contains the max value based on the given compare function.
compare |
Function to be called for comparisons |
The item containing the max value. |
0.19.91