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