static L zipAndMap(L l1, L l2, IF2 f) { ret mapPairsToList(zip(l1, l2), f); }