order_by
Description:
[ CCode ( ordering = 15 ) ]
public virtual Iterator<G> order_by (owned CompareDataFunc<G>? compare = null)
public virtual Iterator<G> order_by (owned CompareDataFunc<G>? compare = null)
Returns a new iterator containing the elements in the source ordered as specified by the comparison function.
Parameters:
compare |
Comparison function |
Returns:
A new iterator with the source elements sorted. |
Since:
0.19.91