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