arrow-fx-coroutines / arrow.fx.coroutines.stream / fetchN

fetchN

fun <O> Pull<O, Unit>.fetchN(n: Int): Pull<O, Pull<O, Unit>?>

Like unconsN, but leaves the buffered input unconsumed.

Do you like Arrow?

Arrow Org
<