arrayOf

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

Returns an array containing the specified elements.

Since Kotlin

1.1

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

Since Kotlin

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

Returns an array containing the specified elements.

Since Kotlin

1.0