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