sS joinWithSpacedPlus(Collection c) { ret join(" + ", c); } sS joinWithSpacedPlus(S... c) { ret join(" + ", c); }