byteArrayOf

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

Returns an array containing the specified Byte numbers.

Since Kotlin

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

Since Kotlin

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

Returns an array containing the specified Byte numbers.

Since Kotlin

1.3