vico
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
vico
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.