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