LongArray<T> typedef

LongArray<T> = Array<Long>

An array of longs.

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

Implementation

typedef LongArray<T> = Array<Long>;