get

open operator override fun get(index: Int): Char(source)

Returns the element at the specified index in this subSequence.

index is relative to this subSequence and not the sourceCharSequence.

Throws

if index is out of range for this subSequence.