static Cl cloneCollection(Cl l) { if (l cast Set) ret cloneSet(l); ret cloneList(l); }