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