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