arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / Longs / drop
fun drop(n: Int): Chunk<Long>
fun drop(n:
Int
):
Chunk
<
Long
>
Drops the first n elements of this chunk.
n
Do you like Arrow?