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