static void trimList(L l, int targetSize) { removeSubList(l, targetSize); }