kmath
common
kmath-coroutines
/
space.kscience.kmath.chains
/
Chain
/
fork
fork
common
abstract
suspend
fun
fork
(
)
:
Chain
<
T
>
Content copied to clipboard
Create a copy of current chain state. Consuming resulting chain does not affect initial chain.
Sources
common source
Link copied to clipboard