get

abstract operator fun get(offset: Int): T

Gets the T at the given offset.

Throws

if the offset is out of bounds.