set

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

Sets the T at the given offset.

Throws

if the offset is out of bounds.