sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.wrapper
/
CharSequenceWrapper
/
elementAt
element
At
abstract
fun
elementAt
(
index
:
Int
)
:
Char
返回指定索引处的元素。
参考
kotlin.sequences.elementAt
Return
指定索引处的元素。
Parameters
index
元素的索引。
Throws
Index
Out
Of
Bounds
Exception
如果索引超出范围。