static S joinWithColon(Iterable l) { ret join(": ", l); } sS joinWithColon(O... l) { reet join(": ", l); }