static LL map2(F1 f, Iterable> l) { ret mapTwoLevelsDown(f, l); } static LL mapLike map2(O f, Iterable> l) { ret mapTwoLevelsDown(f, l); }