static L>> orderListPairsByLengthOfADesc(L>> l) { ret sortByCalculatedFieldDesc(l, func(Pair> p) -> int { l(p.a) }); }