static L> zip(L l1, L l2) { ret zipTwoListsToPairs(l1, l2); }