static L listMinusIndex(L l, int i) { ret listWithoutIndex(l, i); }