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