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