arrayOf (original) (raw)

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

Returns an array containing the specified elements.

Since Kotlin

1.0

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

Returns an array containing the specified elements.

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

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

Returns an array containing the specified elements.

Since Kotlin

1.3

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

Returns an array containing the specified elements.

Since Kotlin

1.8

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

Returns an array containing the specified elements.

Since Kotlin

1.8