static int sortedSet_compare(SortedSet set, A a, A b) { ret compareWithComparator(set.comparator(), a, b); }