DoubleArray<T> typedef

DoubleArray<T> = Array<Double>

An array of doubles.

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

Implementation

typedef DoubleArray<T> = Array<Double>;