arrayOf

inline fun <T> arrayOf(vararg elements: T): Array<T>(source)

Returns an array containing the specified elements.

Since Kotlin

1.0
fun <T> arrayOf(vararg elements: T): Array<T>(source)

Since Kotlin

1.1