static L> zipTwoLists_strict(L l1, L l2) { ret zipTwoListsToPairs_ifSameLength(l1, l2); }