intArrayOf

Common
JVM
JS
Native
1.0
fun intArrayOf(vararg elements: Int): IntArray

Returns an array containing the specified Int numbers.