sS formatCSVLine(L items) { ret join(",", quoteAndUnnullAll(items)); } sS formatCSVLine(O... items) { ret formatCSVLine(asList(items)); }