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