byteArrayOf

expect fun byteArrayOf(vararg elements: Byte): ByteArray(source)

Returns an array containing the specified Byte numbers.

Since Kotlin

1.0
actual inline fun byteArrayOf(vararg elements: Byte): ByteArray(source)

Returns an array containing the specified Byte numbers.

Since Kotlin

1.1
fun byteArrayOf(vararg elements: Byte): ByteArray(source)

Returns an array containing the specified Byte numbers.

Since Kotlin

1.0
actual inline fun byteArrayOf(vararg elements: Byte): ByteArray(source)

Returns an array containing the specified Byte numbers.

Since Kotlin

1.3
actual inline fun byteArrayOf(vararg elements: Byte): ByteArray(source)

Returns an array containing the specified Byte numbers.

Since Kotlin

1.8
actual inline fun byteArrayOf(vararg elements: Byte): ByteArray(source)

Returns an array containing the specified Byte numbers.

Since Kotlin

1.8