sS formatCSVLine(L items) { ret joinWithComma(quoteAndUnnullAll(items)); } sS formatCSVLine(O... items) { ret formatCSVLine(asList(items)); }