IntArray<T> typedef

IntArray<T> = Array<Int>

An array of ints.

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

Implementation

typedef IntArray<T> = Array<Int>;