static S barCombine(S... l) { ret join(" | ", l); } static S barCombine(Iterable l) { ret join(" | ", l); }