elementAt

abstract fun elementAt(index: Int): T

返回此数组中指定索引处的元素。

参考 kotlin.collections.elementAt

Return

此数组中指定索引处的元素

Parameters

index

元素的索引