static void truncateList(L l, int n) { if (l(l) <= n) ret; removeSubList(l, n, l(l)); }