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