sbool anyListEmpty(Iterable l) { if (l != null) for (Cl c : l) if (empty(c)) true; false; }