toggle menu
KAHelpers
androidJvm
switch theme
search in API
collections
/
dev.funkymuse.collections
/
mutableListCreate
mutable
List
Create
inline
fun
<
T
>
mutableListCreate
(
size
:
Int
,
create
:
(
index
:
Int
)
->
T
)
:
MutableList
<
T
>