set

abstract operator fun set(offset: Int, value: Char)

Sets the Char at the given offset.

Throws

if the offset is out of bounds.