Package: gtk
Function gtk:sorter-compare
Lambda Listgtk:sorter-compare (sorter obj1 obj2) ArgumentsReturn ValueThe gtk:ordering value with the :equal value if obj1 = obj2, the :smaller value if obj1 < obj2, the :larger value if obj1 > obj2. Details
Compares two given objects according to the sort order implemented by the
sorter. Sorters implement a partial order:
| See also |
2024-10-18