func index(afterCharacter : AttributedString.Index) -> AttributedString.Index
Returns the position of the character immediately after another charcter indicated by an index.
func index(afterUnicodeScalar : AttributedString.Index) -> AttributedString.Index
Returns the position of the Unicode scalar immediately after a Unicode scalar indicated by an index.