arrow-fx-coroutines / arrow.fx.coroutines.stream / drop
fun <O> Pull<O, Unit>.drop(n: Long): Pull<O, Unit>
fun <O>
Pull
<O,
Unit
>.drop(n:
Long
):
>
Drops the first n elements read by this Pull and returns
n
Do you like Arrow?