svoid truncateListFromStart(L l, int n) { if (l(l) <= n) ret; removeSubList(l, 0, l(l)-n); }