static LPair lambdaMapLike mapToPairsA(IF1 f, Iterable l) { ret map(l, a -> pair(f.get(a), a)); }