FloatArray<T> typedef

FloatArray<T> = Array<Float>

An array of floats.

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

Implementation

typedef FloatArray<T> = Array<Float>;