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