static S joinWithComma(Collection c) { ret join(", ", c); } static S joinWithComma(S... c) { ret join(", ", c); }