static L dropFirstTwoAndLastTwo(L l) { ret dropFirstAndLast(2, l); }