min


Description:

[ CCode ( ordering = 14 ) ]
public virtual G min (owned CompareDataFunc<G> compare)

Returns the item in the sequence that contains the min value based on the given compare function.

Parameters:

compare

Function to be called for comparisons

Returns:

The item containing the min value.

Since:

0.19.91