sS joinWithNbsp(Iterable l) { ret join(" ", l); } sS joinWithNbsp(S... l) { ret joinWithNbsp(asList(l)); }