get

abstract operator fun get(index: Int): T

获取指定索引上的元素。索引值以0为始。

Throws

当访问的索引超出界限时