toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
io.github.freya022.botcommands.api.core.utils
/
mapToArray
map
To
Array
inline
fun
<
T
,
R
>
Collection
<
T
>
.
mapToArray
(
transform
:
(
T
)
->
R
)
:
Array
<
R
>
(
source
)
inline
fun
<
T
,
R
>
Array
<
T
>
.
mapToArray
(
transform
:
(
T
)
->
R
)
:
Array
<
R
>
(
source
)