ByteArray<T> typedef

ByteArray<T> = Array<Byte>

An array of bytes.

When targeting the JVM, instances of this class are represented as byte[].

Implementation

typedef ByteArray<T> = Array<Byte>;