arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / ints
ints
fun ints(values: IntArray): Chunk<Int>
Creates a chunk backed by an array of ints.
fun ints(values: IntArray, offset: Int, length: Int): Chunk<Int>
Creates a chunk backed by a subsequence of an array of ints.