toggle menu
Simple Robot
3.3.0
jvm
switch theme
search in API
simbot-api
/
love.forte.simbot.utils.item
/
toCollection
to
Collection
inline suspend
fun
<
T
,
C
:
MutableCollection
<
T
>
>
Items
<
T
>
.
toCollection
(
collection
:
C
)
:
C
(
source
)
将
Items
中的元素收集为目标集合
C
.
See also
to
List