max


Description:

[ 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.

Parameters:

compare

Function to be called for comparisons

Returns:

The item containing the max value.

Since:

0.19.91