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