kmath-core
0.3.1
common
kmath-core
/
space.kscience.kmath.structures
/
asMutableBuffer
as
Mutable
Buffer
fun
<
T
>
MutableList
<
T
>
.
asMutableBuffer
(
)
:
MutableListBuffer
<
T
>
Returns an
MutableListBuffer
that wraps the original list.