kmath-core
/
space.kscience.kmath.structures
/
MutableListBuffer
/
MutableListBuffer
common
Mutable
List
Buffer
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.