static LL mapTwoLevelsDown(O f, LL l) { new LL out; for (L x : l) out.add(map(f, x)); ret out; }