set

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

Sets the Int at the given offset.

Throws

if the offset is out of bounds.