sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.wrapper
/
PrimitiveArrayWrapper
/
toCollection
to
Collection
abstract
fun
<
C
:
MutableCollectionWrapper
<
in
PT
>
>
toCollection
(
destination
:
C
)
:
C
将数组的所有元素添加到给定的集合中.
参考
kotlin.collections.toCollection
Return
目标集合
Parameters
destination
要添加元素的目标集合