byteArrayOf function

ByteArray byteArrayOf(
  1. ByteArray array
)

Returns an array containing the specified Byte numbers.

Implementation

ByteArray byteArrayOf(ByteArray array) => array;