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