Spliterators
object Spliterators
Types
Functions
Link copied to clipboard
fun <T> spliterator(array: Array<T?>, fromIndex: Int, toIndex: Int, additionalCharacteristics: Int): Spliterator<T>
Creates a Spliterator covering a range of elements of a given array, using a customized set of spliterator characteristics.