arrayOf

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

Returns an array containing the specified elements.

Since Kotlin

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

Returns an array containing the specified elements.

Since Kotlin

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

Returns an array containing the specified elements.

Since Kotlin

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

Returns an array containing the specified elements.

Since Kotlin

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

Returns an array containing the specified elements.

Since Kotlin

1.8