multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.operations
/
toMutableList
to
Mutable
List
common
fun
<
T
,
D
:
Dimension
>
MultiArray
<
T
,
D
>
.
toMutableList
(
)
:
MutableList
<
T
>
Content copied to clipboard
Returns a
MutableList
filled with all elements of this collection.