CharArray<T> typedef

CharArray<T> = Array<Char>

An array of chars.

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

Implementation

typedef CharArray<T> = Array<Char>;