sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.collections
/
Arrays
/
toIterable
to
Iterable
abstract
fun
<
T
>
toIterable
(
array
:
Array
<
T
>
)
:
Iterable
<
T
>
将数组转成
Iterable
.
Return
转换后的
Iterable
Parameters
T
array
需要转换的数组