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