intArrayOf

expect fun intArrayOf(vararg elements: Int): IntArray(source)

Returns an array containing the specified Int numbers.

Since Kotlin

1.0
actual inline fun intArrayOf(vararg elements: Int): IntArray(source)

Returns an array containing the specified Int numbers.

Since Kotlin

1.1
fun intArrayOf(vararg elements: Int): IntArray(source)

Returns an array containing the specified Int numbers.

Since Kotlin

1.0
actual inline fun intArrayOf(vararg elements: Int): IntArray(source)

Returns an array containing the specified Int numbers.

Since Kotlin

1.3
actual inline fun intArrayOf(vararg elements: Int): IntArray(source)

Returns an array containing the specified Int numbers.

Since Kotlin

1.8
actual inline fun intArrayOf(vararg elements: Int): IntArray(source)

Returns an array containing the specified Int numbers.

Since Kotlin

1.8