kmath
common
kmath-core
/
space.kscience.kmath.structures
/
MutableListBuffer
/
MutableListBuffer
Mutable
List
Buffer
common
fun
<
T
>
MutableListBuffer
(
size
:
Int
,
initializer
:
(
Int
)
->
T
)
Content copied to clipboard
fun
<
T
>
MutableListBuffer
(
list
:
MutableList
<
T
>
)
Content copied to clipboard
Parameters
T
the type of elements contained in the buffer.