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