[ CCode ( ordering = 15 ) ]
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.
| compare |
Comparison function |
|
A new iterator with the source elements sorted. |
0.19.91