arrow-fx-coroutines / arrow.fx.coroutines.stream / fetchN
fun <O> Pull<O, Unit>.fetchN(n: Int): Pull<O, Pull<O, Unit>?>
fun <O>
Pull
<O,
Unit
>.fetchN(n:
Int
):
>?>
Like unconsN, but leaves the buffered input unconsumed.
Do you like Arrow?