arrow-fx-coroutines / arrow.fx.coroutines.stream / drop

drop

fun <O> Pull<O, Unit>.drop(n: Long): Pull<O, Unit>

Drops the first n elements read by this Pull and returns

Do you like Arrow?

Arrow Org
<