static S repString(int n, S s) { ret repeatString(s, n); } static S repString(S s, int n) { ret repeatString(s, n); }