[ 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.
compare |
Function to be called for comparisons |
The item containing the min value. |
0.19.91