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