kotlin-stdlib
Common
JRE
JS
Native
kotlin-stdlib
/
kotlin
/
byteArrayOf
byte
Array
Of
Common
JRE
JS
Native
fun
byteArrayOf
(
vararg
elements
:
Byte
)
:
ByteArray
Returns an array containing the specified
Byte
numbers.
fun
byteArrayOf
(
vararg
elements
:
Byte
)
:
ByteArray
Returns an array containing the specified
Byte
numbers.
fun
byteArrayOf
(
vararg
elements
:
Byte
)
:
ByteArray
inline
fun
byteArrayOf
(
vararg
elements
:
Byte
)
:
ByteArray
Returns an array containing the specified
Byte
numbers.