static L cloneDropFirst(int n default 1, L l) { return cloneDropFirst(1, l); } static L cloneDropFirst(L l, int n) { ret cloneSubList(l, n); }