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