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