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, offsetByRuns : Int) -> Index
Returns the position of the run offset a given number of runs from a given string index.