shortArrayOf

expect fun shortArrayOf(vararg elements: Short): ShortArray(source)

Returns an array containing the specified Short numbers.

Since Kotlin

1.0
actual inline fun shortArrayOf(vararg elements: Short): ShortArray(source)

Returns an array containing the specified Short numbers.

Since Kotlin

1.1
fun shortArrayOf(vararg elements: Short): ShortArray(source)

Returns an array containing the specified Short numbers.

Since Kotlin

1.0
actual inline fun shortArrayOf(vararg elements: Short): ShortArray(source)

Returns an array containing the specified Short numbers.

Since Kotlin

1.3
actual inline fun shortArrayOf(vararg elements: Short): ShortArray(source)

Returns an array containing the specified Short numbers.

Since Kotlin

1.8
actual inline fun shortArrayOf(vararg elements: Short): ShortArray(source)

Returns an array containing the specified Short numbers.

Since Kotlin

1.8