arrow-fx-coroutines / arrow.fx.coroutines.stream / take
fun <O> Pull<O, Unit>.take(n: Long): Pull<O, Pull<O, Unit>>
fun <O>
Pull
<O,
Unit
>.take(n:
Long
):
>>
Emits the first n elements of the input.
n
Do you like Arrow?