toggle menu
vico
androidJvm
switch theme
search in API
core
/
com.patrykandpatrick.vico.core.extension
/
mutableListOf
mutable
List
Of
fun
<
T
>
mutableListOf
(
sourceCollection
:
Collection
<
T
>
)
:
MutableList
<
T
>
Creates a
MutableList
containing all elements of the specified source collection.