sS joinWithSpacedVBar(Iterable l) { ret joinWithVBar(l); } sS joinWithSpacedVBar(S... l) { ret joinWithSpacedVBar(asList(l)); }