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