svoid closeAllAndClear(Cl l) { if (l == null) ret; for (AutoCloseable c : cloneList(l)) pcall { close(c); } l.clear(); }