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