kmath
common
kmath-core
/
space.kscience.kmath.structures
/
asMutableBuffer
as
Mutable
Buffer
common
fun
<
T
>
MutableList
<
T
>
.
asMutableBuffer
(
)
:
MutableListBuffer
<
T
>
Content copied to clipboard
Returns an
MutableListBuffer
that wraps the original list.
Sources
common source
Link copied to clipboard