kmath
common
kmath-core
/
space.kscience.kmath.structures
/
VirtualBuffer
/
VirtualBuffer
Virtual
Buffer
common
fun
<
out
T
>
VirtualBuffer
(
size
:
Int
,
generator
:
(
Int
)
->
T
)
Content copied to clipboard
Parameters
T
the type of elements provided by the buffer.
Sources
common source
Link copied to clipboard