simple-robot
3.0.0-RC.2
simbot-api
/
love.forte.simbot.utils.item
/
toCollection
to
Collection
inline suspend
fun
<
T
,
C
:
MutableCollection
<
T
>
>
Items
<
T
>
.
toCollection
(
collection
:
C
)
:
C
将
Items
中的元素收集为目标集合
C
.
See also
to
List