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