sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.wrapper
/
ArrayWrapper
/
withIndex
with
Index
abstract
fun
withIndex
(
)
:
IterableWrapper
<
IndexedValue
<
T
>
>
返回一个包含此数组中所有元素及其索引的新可迭代对象。
参考
kotlin.collections.withIndex
Return
一个包含此数组中所有元素及其索引的新可迭代对象。