kotlin-stdlib / kotlin / intArrayOf intArrayOf Common JVM JS Native 1.0 fun intArrayOf ( vararg elements : Int ) : IntArray (Common source) (JS source) (Native source) Returns an array containing the specified Int numbers.