kmath-core
/
space.kscience.kmath.operations
/
zip
common
zip
@
UnstableKMathAPI
()
inline fun <
T1
:
Any
,
T2
:
Any
,
R
:
Any
>
Buffer
<
T1
>.
zip
(other:
Buffer
<
T2
>, bufferFactory:
BufferFactory
<
R
> = Buffer.Companion::auto, crossinline transform: (
T1
,
T2
) ->
R
):
Buffer
<
R
>
Content copied to clipboard
Zip two buffers using given
transform
.
Sources
common source
Link copied to clipboard