static L orderByFirstInt(L l) { ret sorted(l, func(S a, S b) { stdcompare(parseFirstInt(a), parseFirstInt(b)) }); }