sS concatStrings(O... l) { ret join("", l); } sS concatStrings(Iterable l) { ret join("", l); }