kmath
common
kmath-core
/
space.kscience.kmath.operations
/
fold
fold
common
inline
fun
<
T
:
Any
,
R
>
Buffer
<
T
>
.
fold
(
initial
:
R
,
operation
:
(
R
,
T
)
->
R
)
:
R
Content copied to clipboard
Fold given buffer according to
operation
Sources
common source
Link copied to clipboard