kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.structures
/
ListBuffer
/
ListBuffer
List
Buffer
constructor
(
size
:
Int
,
initializer
:
(
Int
)
->
T
)
(
source
)
constructor
(
list
:
List
<
T
>
)
(
source
)
Parameters
T
the type of elements contained in the buffer.