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