static S joinOrNull(Iterable l) { ret l == null ? null : join(l); }