byteArray

val A_Tuple.byteArray: ByteArray

Extract the backing byte[] from this tuple. Only applicable if the tuple's descriptor answers true to A_Tuple.isByteArrayTuple.

Return

This tuple's byte array. Don't modify it.