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