get

abstract operator fun get(offset: Int): Char

Gets the Char at the given offset.

Throws

if the offset is out of bounds.