func index(Index, offsetByCharacters : Int) -> Index
Returns the position of the character offset a given distance, measured in characters, from a given string index.
func index(Index, offsetByUnicodeScalars : Int) -> Index
Returns the position of the Unicode scalar offset a given distance, measured in Unicode scalars, from a given string index.