shortArrayOf

abstract fun shortArrayOf(vararg elements: Short): ShortArray

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

Return

新创建的数组

Parameters

elements

数组元素