arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / splitAt
fun splitAt(n: Int): Pair<Chunk<O>, Chunk<O>>
fun splitAt(n:
Int
):
Pair
<
Chunk
<O>,
<O>>
Splits this chunk in to two chunks at the specified index.
Do you like Arrow?