intArrayOf

abstract fun intArrayOf(vararg elements: Int): IntArray

创建 int[] 并将给定元素添加到数组中.

Return

新创建的数组

Parameters

elements

数组元素