svoid closeAutoCloseables(Collection l) { if (l != null) for (AutoCloseable c : l) pcall { c.close(); } }