ArrayItems

object ArrayItems: AbstractIterableItems<Array<*>>

Fields

Name Description
protected isIterable: Boolean
protected items: Sequence<Any?>

Methods

toIterable

protected fun Sequence<Any?>.toIterable(): Array<*>

Receiver

Name Description
Sequence<Any?>

ReturnValue

Name Description
Array<*>