sS insertSpaceAt(S s, int i) { ret insertAt(s, i, " "); } sS insertSpaceAt(int i, S s) { ret insertSpaceAt(s, i); }