to Collection
将此数组的所有元素添加到给定的 destination 集合中。
参考 kotlin.collections.toCollection
Return
给定的 destination 集合。
Parameters
C
目标集合类型。
destination
要将元素添加到其中的集合。
将此数组的所有元素添加到给定的 destination 集合中。
参考 kotlin.collections.toCollection
给定的 destination 集合。
目标集合类型。
要将元素添加到其中的集合。