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