static Cl asCollection(Iterable l) { ret l == null ? null : l instanceof Cl ? l/Cl : asList(l); }