static S joinWithSpace(Iterable c) { ret join(" ", c); } static S joinWithSpace(O... c) { ret join(" ", c); }