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