static L takeLast_virtual(L l, int n) { return subList(l, l(l)-n); } static L takeLast_virtual(int n, L l) { ret takeLast_virtual(l, n); }