// f: A -> Comparable static L sortInPlaceByCalculatedFieldDesc(L l, F1 f) { ret sortInPlaceByCalculatedFieldDesc_f1(l, f); } static L sortInPlaceByCalculatedFieldDesc(L l, IF1 f) { ret sortInPlaceByCalculatedFieldDesc(if1ToF1(l, f)); }