static LL twoLevelMap(F1 f, LL l) { ret mapTwoLevelsDown(f, l); } static LL mapLike twoLevelMap(O f, LL l) { ret mapTwoLevelsDown(f, l); }