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