Like padding left or right, I assume this would just be a center version. e.g. "a".pad(.center, filler: "0", length: 3)
would return "0a0". Of course, many of these operations are similar to operations on collections in general, so just getting more algorithms into the standard library would help.
1 Like