arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / scan
inline fun <O2> scan(z: O2, f: (O2, O) -> O2): Chunk<O2>
inline fun <O2> scan(z: O2, f: (O2, O) -> O2):
Chunk
<O2>
alias for foldLeft
foldLeft
Do you like Arrow?