get

abstract operator fun get(offset: Int): Int

Gets the Int at the given offset.

Throws

if the offset is out of bounds.