ShortArray<T> typedef

ShortArray<T> = Array<Short>

An array of shorts.

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

Implementation

typedef ShortArray<T> = Array<Short>;