static S joinWithCommaOr(S def, Collection c) { ret empty(c) ? joinWithComma(c) : def; }