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