static void removeAllButFirst(L l) { if (l(l) < 2) ret; removeSubList(l, 1); }