static L sortByFieldLengthDesc(Collection c, fS field) { ret sortByCalculatedFieldDesc(c, func(A a) { ret l(getOpt(a, field)); }); }