sS concat(O... l) { ret concatStrings(l); } sS concat(Iterable l) { ret concatStrings(l); }