get

infix operator fun get(index: PositiveInt): Char

Returns the character of this value at the specified index, or throws an IndexOutOfBoundsException if the index is out of bounds.