arrow-fx-coroutines / arrow.fx.coroutines.stream / copyToArray

copyToArray

fun <O> Chunk<O>.copyToArray(xs: Array<O>, start: Int = 0): Unit fun Chunk<Byte>.copyToArray(xs: ByteArray, start: Int = 0): Unit fun Chunk<Long>.copyToArray(xs: LongArray, start: Int = 0): Unit fun Chunk<Boolean>.copyToArray(xs: BooleanArray, start: Int = 0): Unit fun Chunk<Short>.copyToArray(xs: ShortArray, start: Int = 0): Unit fun Chunk<Int>.copyToArray(xs: IntArray, start: Int = 0): Unit fun Chunk<Float>.copyToArray(xs: FloatArray, start: Int = 0): Unit fun Chunk<Double>.copyToArray(xs: DoubleArray, start: Int = 0): Unit

Do you like Arrow?

Arrow Org
<