arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / invoke
operator fun <O> invoke(size: Int, init: (index: Int) -> O): Chunk<O> operator fun <O> invoke(vararg oos: O): Chunk<O>
operator fun <O> invoke(size:
Int
, init: (index:
) -> O):
Chunk
<O>
operator fun <O> invoke(vararg oos: O):
Do you like Arrow?