arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / doubles
fun doubles(values: DoubleArray): Chunk<Double>
Creates a chunk backed by an array of doubles.
fun doubles(values: DoubleArray, offset: Int, length: Int): Chunk<Double>
Creates a chunk backed by a subsequence of an array of doubles.
Do you like Arrow?
✖