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