sS repS(S s, int n) { ret repeatString(s, n); } static S repS(IF0 f, int n) { ret join(repF(f, n)); } sS repS(int n, S s) { ret repS(s, n); }