static L cloneAndClearList(Cl l) { L l2 = cloneList(l); l.clear(); ret l2; }